File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 uses : actions/checkout@v3
8383
8484 - name : Prepare the matrix
85- uses : pkgjs/action/.github/actions/prepare-node-test-matrix-action@v0.1.3
85+ uses : pkgjs/action/.github/actions/prepare-node-test-matrix-action@v0.1.4
8686 id : set-matrix
8787 with :
8888 upgrade-policy : ${{ inputs.upgrade-policy }}
@@ -113,21 +113,21 @@ jobs:
113113
114114 - name : Prepare post-checkout steps
115115 if : ${{ inputs.post-checkout-steps }}
116- uses : pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.3
116+ uses : pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.4
117117 with :
118118 steps : ${{ inputs.post-checkout-steps }}
119119 path : post-checkout-steps
120120
121121 - name : Prepare post-install steps
122122 if : ${{ inputs.post-install-steps }}
123- uses : pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.3
123+ uses : pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.4
124124 with :
125125 steps : ${{ inputs.post-install-steps }}
126126 path : post-install-steps
127127
128128 - name : Prepare post-test steps
129129 if : ${{ inputs.post-test-steps }}
130- uses : pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.3
130+ uses : pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.4
131131 with :
132132 steps : ${{ inputs.post-test-steps }}
133133 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.3 " ,
4+ "version" : " 0.1.4 " ,
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