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
+1
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