Skip to content

Commit a25155e

Browse files
committed
0.1.4
1 parent 77c78b3 commit a25155e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/node-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/checkout@v3
8383

8484
- name: Prepare the matrix
85-
uses: pkgjs/action/.github/actions/[email protected].3
85+
uses: pkgjs/action/.github/actions/[email protected].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/[email protected].3
116+
uses: pkgjs/action/.github/actions/[email protected].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/[email protected].3
123+
uses: pkgjs/action/.github/actions/[email protected].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/[email protected].3
130+
uses: pkgjs/action/.github/actions/[email protected].4
131131
with:
132132
steps: ${{ inputs.post-test-steps }}
133133
path: post-test-steps

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)