Skip to content

Commit

Permalink
Add registry-url to setup-node (#2458)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Oct 6, 2023
1 parent d4be17e commit 199d92c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
cache: yarn
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: yarn
Expand Down

0 comments on commit 199d92c

Please sign in to comment.