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 88
88
uses : actions/checkout@v4
89
89
90
90
- name : Prepare the matrix
91
- uses : pkgjs/action/.github/actions/prepare-node-test-matrix-action@v0.1.8
91
+ uses : pkgjs/action/.github/actions/prepare-node-test-matrix-action@v0.1.9
92
92
id : set-matrix
93
93
with :
94
94
upgrade-policy : ${{ inputs.upgrade-policy }}
@@ -121,21 +121,21 @@ jobs:
121
121
122
122
- name : Prepare post-checkout steps
123
123
if : ${{ inputs.post-checkout-steps }}
124
- uses : pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.8
124
+ uses : pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.9
125
125
with :
126
126
steps : ${{ inputs.post-checkout-steps }}
127
127
path : post-checkout-steps
128
128
129
129
- name : Prepare post-install steps
130
130
if : ${{ inputs.post-install-steps }}
131
- uses : pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.8
131
+ uses : pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.9
132
132
with :
133
133
steps : ${{ inputs.post-install-steps }}
134
134
path : post-install-steps
135
135
136
136
- name : Prepare post-test steps
137
137
if : ${{ inputs.post-test-steps }}
138
- uses : pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.8
138
+ uses : pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.9
139
139
with :
140
140
steps : ${{ inputs.post-test-steps }}
141
141
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.8 " ,
4
+ "version" : " 0.1.9 " ,
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