Commit 053a2e8
committed
fix(ci): remove Node 18.x from test matrix
Vitest 4.x requires Node.js 20+. Node 18.x fails with ERR_REQUIRE_ESM
due to Vite 6's pure ESM modules. Node 18.x reaches EOL April 2025.1 parent e647452 commit 053a2e8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments