mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2025-11-28 18:28:02 +08:00
chore: ci build
This commit is contained in:
2
.github/workflows/web_ci.yaml
vendored
2
.github/workflows/web_ci.yaml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
- "develop"
|
||||
- "release/*"
|
||||
env:
|
||||
NODE_VERSION: "18.16.0"
|
||||
NODE_VERSION: "20.19.0"
|
||||
PNPM_VERSION: "10.9.0"
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
|
||||
2
.github/workflows/web_coverage.yaml
vendored
2
.github/workflows/web_coverage.yaml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
- "develop"
|
||||
- "release/*"
|
||||
env:
|
||||
NODE_VERSION: "18.16.0"
|
||||
NODE_VERSION: "20.19.0"
|
||||
PNPM_VERSION: "10.9.0"
|
||||
COVERAGE: "true"
|
||||
CYPRESS_CACHE_FOLDER: ${{ github.workspace }}/.cypress_cache
|
||||
|
||||
@@ -278,7 +278,7 @@
|
||||
"vite-plugin-total-bundle-size": "^1.0.7"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0",
|
||||
"node": ">=20.0.0",
|
||||
"npm": ">=8.0.0",
|
||||
"pnpm": "^10.9.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user