File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 82
82
uses : actions/checkout@v3
83
83
84
84
- 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
86
86
id : set-matrix
87
87
with :
88
88
upgrade-policy : ${{ inputs.upgrade-policy }}
@@ -113,21 +113,21 @@ jobs:
113
113
114
114
- name : Prepare post-checkout steps
115
115
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
117
117
with :
118
118
steps : ${{ inputs.post-checkout-steps }}
119
119
path : post-checkout-steps
120
120
121
121
- name : Prepare post-install steps
122
122
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
124
124
with :
125
125
steps : ${{ inputs.post-install-steps }}
126
126
path : post-install-steps
127
127
128
128
- name : Prepare post-test steps
129
129
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
131
131
with :
132
132
steps : ${{ inputs.post-test-steps }}
133
133
path : post-test-steps
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pkgjs/action" ,
3
3
"private" : true ,
4
- "version" : " 0.1.3 " ,
4
+ "version" : " 0.1.4 " ,
5
5
"description" : " Github Actions tooling for testing Node.js packages" ,
6
6
"scripts" : {
7
7
"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