Skip to content

Commit

Permalink
chore: add registry url to setup-node step (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
npty authored Jul 13, 2024
1 parent 1bc4c21 commit b67be1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/install/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ runs:
with:
node-version: 18
cache: 'npm'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
shell: bash
Expand Down

0 comments on commit b67be1b

Please sign in to comment.