Skip to content

Commit

Permalink
ci: fix missing registry-url for node step in github action (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker authored Nov 15, 2023
1 parent c208903 commit ec51188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ runs:
node-version: 18
cache: yarn
cache-dependency-path: '**/yarn.lock'
registry-url: 'https://registry.npmjs.org'
- name: Install root dependencies
run: yarn install --frozen-lockfile
shell: bash
Expand Down

0 comments on commit ec51188

Please sign in to comment.