Skip to content

Commit

Permalink
fix(release): add registry-url to actions/setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
Luluno01 committed Oct 22, 2024
1 parent 59f83be commit 5babc53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
# https://github.com/pnpm/pnpm/issues/3141
registry-url: https://npm.pkg.github.com/
- uses: pnpm/action-setup@v4
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 5babc53

Please sign in to comment.