Commit 23183ca
committed
Update GitHub Actions CI to use Node.js 20.x and 22.x
Drop Node.js 18.x support due to compatibility issues with Vitest 4.
The error occurred because:
- Vitest 4 with coverage uses node:inspector/promises
- This module was introduced in Node.js 19.0.0
- Node.js 18.x doesn't have this module, causing CI failures
Updated matrix to use:
- Node.js 20.x (current LTS)
- Node.js 22.x (latest stable)
This ensures compatibility with Vitest 4 and modern tooling.1 parent 1dc524f commit 23183ca
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments