Skip to content

Commit

Permalink
update to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
bmschmidt committed Apr 1, 2024
1 parent fae687b commit 0629bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm version prerelease --preid=beta
- run: npm version prerelease --preid=next
- run: npm publish --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0629bb3

Please sign in to comment.