Skip to content

Commit

Permalink
Merge pull request #69 from QuickCorp/v2.4
Browse files Browse the repository at this point in the history
fix npm  workflow
  • Loading branch information
jeanmachuca authored Sep 29, 2024
2 parents 0ee9b8b + a906122 commit 62f0b3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npmpublish-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
- uses: actions/checkout@v3.3.0
- uses: actions/setup-node@v3.6.0
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/
- name: Set up NPM authentication
run: echo "registry=https://registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" >> ~/.npmrc
- run: npm ci
- run: npm config set legacy-peer-deps true=true
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 62f0b3b

Please sign in to comment.