Skip to content

Commit 494d797

Browse files
authored
Use registry.npmjs.org (#373)
1 parent 0e49aca commit 494d797

File tree

3 files changed

+3201
-1480
lines changed

3 files changed

+3201
-1480
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cache: 'npm'
2929

3030
- name: Install dependencies
31-
run: npm ci --prefer-offline --no-audit
31+
run: npm ci --prefer-offline --no-audit --registry=https://registry.npmjs.org/
3232
timeout-minutes: 10
3333

3434
- name: Build

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
registry=https://registry.npmjs.org/
2+

0 commit comments

Comments
 (0)