Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iiojib committed Sep 4, 2023
1 parent ce7ebd4 commit 1558114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-node@v1
if: contains(github.event.ref, matrix.prefix)
with:
node-version: '14'
node-version: '16'
registry-url: 'https://registry.npmjs.org'
- if: contains(github.event.ref, matrix.prefix)
run: npm install
Expand Down

0 comments on commit 1558114

Please sign in to comment.