Skip to content

Commit

Permalink
Update .github/workflows/publish-npm.yml
Browse files Browse the repository at this point in the history
Co-authored-by: legobeat <[email protected]>
  • Loading branch information
paulmillr and legobeat authored Sep 9, 2024
1 parent da12cf7 commit 10475ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: 20
registry-url: 'https://registry.npmjs.org'
cache: npm
- run: npm install -g npm
- run: npm install -g npm@9.x
- run: npm ci
- run: npm run build
- run: npm publish --provenance --access public
Expand Down

0 comments on commit 10475ef

Please sign in to comment.