Skip to content

Commit

Permalink
chore(ci): add "registry-url" to "setup-node/action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Oct 14, 2024
1 parent e1565c0 commit 6d4ef51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-node/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ runs:
cache-dependency-path: pnpm-lock.yaml
cache: 'pnpm'
node-version: ${{ inputs.node-version }}
registry-url: "https://registry.npmjs.org"

- name: '📦️ Install Dependencies'
shell: bash
Expand Down

0 comments on commit 6d4ef51

Please sign in to comment.