Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nclslbrn authored Dec 10, 2023
1 parent e34cca3 commit fda6017
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: '20.x'
- run: npm ci
- run: npm test

Expand All @@ -25,9 +25,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: '20.x'
registry-url: https://registry.npmjs.org/
- run: npm config set registry https://registry.npmjs.org/
- run: npm ci
- run: npm publish --provenance --access public
env:
Expand Down

0 comments on commit fda6017

Please sign in to comment.