Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dominykas committed May 2, 2023
1 parent 9e0b1df commit 20ddf6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uses: actions/checkout@v3

- name: Prepare the matrix
uses: pkgjs/action/.github/actions/prepare-node-test-matrix-action@v0.1.6
uses: pkgjs/action/.github/actions/prepare-node-test-matrix-action@v0.1.7
id: set-matrix
with:
upgrade-policy: ${{ inputs.upgrade-policy }}
Expand Down Expand Up @@ -121,21 +121,21 @@ jobs:

- name: Prepare post-checkout steps
if: ${{ inputs.post-checkout-steps }}
uses: pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.6
uses: pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.7
with:
steps: ${{ inputs.post-checkout-steps }}
path: post-checkout-steps

- name: Prepare post-install steps
if: ${{ inputs.post-install-steps }}
uses: pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.6
uses: pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.7
with:
steps: ${{ inputs.post-install-steps }}
path: post-install-steps

- name: Prepare post-test steps
if: ${{ inputs.post-test-steps }}
uses: pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.6
uses: pkgjs/action/.github/actions/prepare-dynamic-steps@v0.1.7
with:
steps: ${{ inputs.post-test-steps }}
path: post-test-steps
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pkgjs/action",
"private": true,
"version": "0.1.6",
"version": "0.1.7",
"description": "Github Actions tooling for testing Node.js packages",
"scripts": {
"lint": "[ \"$NODE_LTS_LATEST\" != \"\" ] && [ \"$MATRIX_NODE_VERSION\" != \"$NODE_LTS_LATEST\" ] && echo 'Skipping linting' || npx -- eslint .github",
Expand Down

0 comments on commit 20ddf6c

Please sign in to comment.