chore: ci build

This commit is contained in:
Nathan
2025-11-16 15:54:39 +08:00
parent 85ae0cb442
commit 3991e85bb0
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ on:
- "develop" - "develop"
- "release/*" - "release/*"
env: env:
NODE_VERSION: "18.16.0" NODE_VERSION: "20.19.0"
PNPM_VERSION: "10.9.0" PNPM_VERSION: "10.9.0"
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

View File

@@ -7,7 +7,7 @@ on:
- "develop" - "develop"
- "release/*" - "release/*"
env: env:
NODE_VERSION: "18.16.0" NODE_VERSION: "20.19.0"
PNPM_VERSION: "10.9.0" PNPM_VERSION: "10.9.0"
COVERAGE: "true" COVERAGE: "true"
CYPRESS_CACHE_FOLDER: ${{ github.workspace }}/.cypress_cache CYPRESS_CACHE_FOLDER: ${{ github.workspace }}/.cypress_cache

View File

@@ -278,7 +278,7 @@
"vite-plugin-total-bundle-size": "^1.0.7" "vite-plugin-total-bundle-size": "^1.0.7"
}, },
"engines": { "engines": {
"node": ">=18.0.0", "node": ">=20.0.0",
"npm": ">=8.0.0", "npm": ">=8.0.0",
"pnpm": "^10.9.0" "pnpm": "^10.9.0"
}, },