mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2026-03-13 10:00:26 +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
|
||||
|
||||
Reference in New Issue
Block a user