Skip to content

Commit

Permalink
ci: set register url for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
klerick committed Mar 8, 2024
1 parent 1db1678 commit cd0d9d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ runs:
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- name: Restore cached npm dependencies
id: cache-dependencies-restore
uses: actions/cache/restore@v4
Expand Down

0 comments on commit cd0d9d4

Please sign in to comment.