From 20ddf6c249c00c9d2d6ea2e5d64f2767f49446a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominykas=20Blyz=CC=8Ce=CC=87?= Date: Tue, 2 May 2023 10:32:09 +0300 Subject: [PATCH] 0.1.7 --- .github/workflows/node-test.yaml | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/node-test.yaml b/.github/workflows/node-test.yaml index 59ee4d0..baa757f 100644 --- a/.github/workflows/node-test.yaml +++ b/.github/workflows/node-test.yaml @@ -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 }} @@ -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 diff --git a/package.json b/package.json index 52badb4..157ec47 100644 --- a/package.json +++ b/package.json @@ -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",