chore(ci): use `registry.npmjs.org` as NPM registry

This commit is contained in:
郭桓桓 2023-02-28 20:47:41 +08:00
parent de1f09bce4
commit f0965419e6
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
1 changed files with 1 additions and 0 deletions

View File

@ -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