Skip to content

Commit c725c36

Browse files
committed
fix: 修复ci delay报错
1 parent cb795a3 commit c725c36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v3
1717
with:
1818
node-version: 16
19+
registry-url: 'https://registry.npmjs.org'
1920

2021
- run: yarn install
2122
- run: npm run build

0 commit comments

Comments
 (0)