Skip to content

Commit 400c566

Browse files
yanlin-taoangrave
authored andcommitted
change CI node version
1 parent c1f6941 commit 400c566

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919

2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: '16.x'
22+
# Vite 7 / @vitejs/plugin-react 5 require Node >= 20.19
23+
# Keep CI aligned with local development version (.nvmrc -> v24.13.0).
24+
node-version: '24.x'
2325

2426
- name: Get yarn cache directory path
2527
id: yarn-cache-dir-path

0 commit comments

Comments
 (0)