Skip to content

Commit

Permalink
Update npm and node versions in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
miesgre committed Jul 12, 2024
1 parent 86cf8fc commit 2e27b72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish --access public
Expand Down

0 comments on commit 2e27b72

Please sign in to comment.