Skip to content

Commit bf6101f

Browse files
committed
Add registry to node setup in CI
1 parent 75f4860 commit bf6101f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/setup-node@v1
2121
with:
2222
node-version: ${{ steps.configs.outputs.NODE_VERSION }}
23+
registry-url: 'https://registry.npmjs.org'
2324
- name: Install packages
2425
run: npm i
2526
- name: Run tests

0 commit comments

Comments
 (0)