Skip to content

Commit

Permalink
ci: add registry-url to setup-node Action
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-mader committed Feb 20, 2025
1 parent 979697a commit 4ad7056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-dry-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
registry-url: "https://registry.npmjs.org"
cache: "pnpm"
- run: pnpm install
- name: pnpm publish
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
registry-url: "https://registry.npmjs.org"
cache: "pnpm"
- run: pnpm install
- name: pnpm publish
Expand Down

0 comments on commit 4ad7056

Please sign in to comment.