Skip to content

Commit 00035e3

Browse files
beihailiclaude
andcommitted
fix: upgrade CI Node.js to 20 for Vitest 4 compatibility
Vitest 4 requires Node >=20. The workflow was using Node 18, causing test step to fail in CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aa85552 commit 00035e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js 🟢
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: '18'
32+
node-version: '20'
3333
cache: 'npm'
3434

3535
- name: Install Dependencies 📦

0 commit comments

Comments
 (0)