Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Update CI to release on latest Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
eyelidlessness committed Aug 3, 2023
1 parent 5a873c4 commit 50c919b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- if: steps.cache.outputs.cache-hit != 'true'
run: npm ci
- run: npm test
- if: github.event_name == 'release' && github.event.action == 'published' && matrix.node == '16'
- if: github.event_name == 'release' && github.event.action == 'published' && matrix.node == '20'
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 50c919b

Please sign in to comment.