Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Feb 9, 2024
1 parent f777b51 commit 2f41fe1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:

steps:
- name: Checkout
uses: meta-introspector/checkout@v3
uses: meta-introspector/checkout

- name: Setup Node.JS
uses: meta-introspector/setup-node@v3
uses: meta-introspector/setup-node
with:
node-version-file: '.node-version'
cache: npm
Expand All @@ -46,7 +46,7 @@ jobs:
fi
# If index.js was different than expected, upload the expected version as an artifact
- uses: meta-introspector/upload-artifact@v3
- uses: meta-introspector/upload-artifact
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist
Expand Down

0 comments on commit 2f41fe1

Please sign in to comment.