Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit e13f16a

Browse files
committed
fix ci issue 3
1 parent cf5bcdc commit e13f16a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/compileAndRuntime.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
node-version: ${{ matrix.node-version }}
1919
cache: 'npm'
2020

21-
- run: npm ci
21+
- run: npm ci --registry=https://registry.npmjs.org/
2222
- run: npm run build
2323

2424
- name: restore example2
2525
working-directory: ./example2
26-
run: npm ci
26+
run: npm ci --registry=https://registry.npmjs.org/
2727

2828
# test esm build-time
2929
- name: build build-example2
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: restore example
3838
working-directory: ./example
39-
run: npm ci
39+
run: npm ci --registry=https://registry.npmjs.org/
4040
# test cjs runtime
4141
- name: runtime and api test example
4242
working-directory: ./example

0 commit comments

Comments
 (0)