chore(ci): use `registry.npmjs.org` as NPM registry
This commit is contained in:
parent
de1f09bce4
commit
f0965419e6
|
@ -21,6 +21,7 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
registry-url: https://registry.npmjs.org/
|
||||
# Step III
|
||||
- name: Install Dependencies
|
||||
run: npm ci
|
||||
|
|
Loading…
Reference in New Issue