Skip to content

Commit 065c6b2

Browse files
committed
0.1.6
1 parent da1f56e commit 065c6b2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .github/workflows/node-test.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/checkout@v3
8989

9090
- name: Prepare the matrix
91-
uses: pkgjs/action/.github/actions/prepare-node-test-matrix-action@v0.1.5
91+
uses: pkgjs/action/.github/actions/prepare-node-test-matrix-action@v0.1.6
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.5
124+
uses: pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.6
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.5
131+
uses: pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.6
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.5
138+
uses: pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.6
139139
with:
140140
steps: ${{ inputs.post-test-steps }}
141141
path: post-test-steps

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pkgjs/action",
33
"private": true,
4-
"version": "0.1.5",
4+
"version": "0.1.6",
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)