Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux authored Jun 26, 2024
1 parent 96d1482 commit 27d0f4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Setup node and npm
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{secrets.NPM_TOKEN}}
token: ${{secrets.NPM_TOKEN}}

0 comments on commit 27d0f4e

Please sign in to comment.