Skip to content

Commit

Permalink
fix registry-url for deployment node env
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrauch committed Mar 12, 2022
1 parent 08b8ed6 commit ad5c17d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/cache-restore/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ runs:
uses: actions/setup-node@v2
with:
node-version: ${{ inputs.node-version }}
registry-url: 'https://registry.npmjs.org'

- name: Cache Node Modules
id: node-cache
Expand Down

0 comments on commit ad5c17d

Please sign in to comment.