We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
registry.npmjs.org
1 parent 0e49aca commit 494d797Copy full SHA for 494d797
.github/workflows/github-pages.yml
@@ -28,7 +28,7 @@ jobs:
28
cache: 'npm'
29
30
- name: Install dependencies
31
- run: npm ci --prefer-offline --no-audit
+ run: npm ci --prefer-offline --no-audit --registry=https://registry.npmjs.org/
32
timeout-minutes: 10
33
34
- name: Build
.npmrc
@@ -0,0 +1,2 @@
1
+registry=https://registry.npmjs.org/
2
+
0 commit comments