File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 uses : actions/checkout@v6
8989
9090 - name : Prepare the matrix
91- uses : pkgjs/action/.github/actions/prepare-node-test-matrix-action@v0.1.12
91+ uses : pkgjs/action/.github/actions/prepare-node-test-matrix-action@v0.1.13
9292 id : set-matrix
9393 with :
9494 upgrade-policy : ${{ inputs.upgrade-policy }}
@@ -121,21 +121,21 @@ jobs:
121121
122122 - name : Prepare post-checkout steps
123123 if : ${{ inputs.post-checkout-steps }}
124- uses : pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.12
124+ uses : pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.13
125125 with :
126126 steps : ${{ inputs.post-checkout-steps }}
127127 path : post-checkout-steps
128128
129129 - name : Prepare post-install steps
130130 if : ${{ inputs.post-install-steps }}
131- uses : pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.12
131+ uses : pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.13
132132 with :
133133 steps : ${{ inputs.post-install-steps }}
134134 path : post-install-steps
135135
136136 - name : Prepare post-test steps
137137 if : ${{ inputs.post-test-steps }}
138- uses : pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.12
138+ uses : pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.13
139139 with :
140140 steps : ${{ inputs.post-test-steps }}
141141 path : post-test-steps
Original file line number Diff line number Diff line change 11{
22 "name" : " @pkgjs/action" ,
33 "private" : true ,
4- "version" : " 0.1.12 " ,
4+ "version" : " 0.1.13 " ,
55 "description" : " Github Actions tooling for testing Node.js packages" ,
66 "scripts" : {
77 "lint" : " [ \" $NODE_LTS_LATEST\" != \"\" ] && [ \" $MATRIX_NODE_VERSION\" != \" $NODE_LTS_LATEST\" ] && echo 'Skipping linting' || npx -- eslint .github" ,
You can’t perform that action at this time.
0 commit comments