chore-npm-ci-stable
Some checks failed
CI / build-and-test (push) Failing after 22m29s
CI / deploy (push) Has been skipped

This commit is contained in:
SpecialX
2026-02-25 11:30:07 +08:00
parent ddd3227693
commit 9c83fcc7c1

View File

@@ -31,6 +31,13 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-node- ${{ runner.os }}-node-
- name: Configure npm registry
run: |
npm config set registry https://registry.npmmirror.com
npm config set fetch-retries 5
npm config set fetch-retry-mintimeout 20000
npm config set fetch-retry-maxtimeout 120000
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci