mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2025-11-29 02:38:00 +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"
|
- "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 }}
|
||||||
|
|||||||
2
.github/workflows/web_coverage.yaml
vendored
2
.github/workflows/web_coverage.yaml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user