Skip to content

Commit

Permalink
Update release.yml to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa committed Nov 30, 2023
1 parent c353940 commit c73d1d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -9,9 +9,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c73d1d9

Please sign in to comment.