Skip to content

Commit b8ed68b

Browse files
fix(ci): add registry URL
1 parent b962066 commit b8ed68b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ jobs:
2323
node_modules
2424
key: cache-node-modules-${{ hashFiles('**/package-lock.json') }}
2525

26-
- uses: actions/setup-node@v1
26+
- uses: actions/setup-node@v3
2727
if: steps.cache.outputs.cache-hit != 'true'
2828
with:
2929
node-version: 18.x
30+
registry-url: 'https://registry.npmjs.org'
3031

3132
- name: Install Dependencies
3233
if: steps.cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)