Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Update action.yaml include registry-url
Browse files Browse the repository at this point in the history
  • Loading branch information
luongngocminh authored Nov 30, 2023
1 parent b91bfba commit 38584c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ runs:
node-version: '16.x'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
registry-url: 'https://registry.npmjs.org'

- name: 'Keep npm cache for future workflows'
uses: 'actions/cache@v3'
Expand Down

0 comments on commit 38584c2

Please sign in to comment.