Skip to content

Commit

Permalink
add registry-url to actions/setup-node (#5078)
Browse files Browse the repository at this point in the history
  • Loading branch information
with-heart authored Sep 16, 2024
1 parent 9d0c1e1 commit 571e266
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/ci-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ runs:
with:
node-version: 20.x
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'

- name: Install Dependencies
run: pnpm install
Expand Down

0 comments on commit 571e266

Please sign in to comment.