chore(ci): change registry URL to `npmjs.com` from `npmjs.org`

This commit is contained in:
郭桓桓 2023-03-02 20:39:24 +08:00
parent a3f9084a2e
commit 58317f99cb
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
registry-url: https://registry.npmjs.com
# Step III
- name: Install Dependencies
run: npm ci
@ -47,7 +47,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org/
registry-url: https://registry.npmjs.com
# Step III
- name: Install Dependencies
run: npm ci

View File

@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
registry-url: https://registry.npmjs.com
# Step III
- name: Install Dependencies
run: npm ci