Commit 077dba7
ci: run on Node 20/22 (vitest 4 toolchain needs Node 20+)
The vitest 4 / rolldown test toolchain imports `styleText` from
node:util, which only exists on Node 20+, so the test step fails on
Node 18. The published CLI bundle still targets Node 18; CI builds and
tests on the versions the dev toolchain supports.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 5c9e761 commit 077dba7
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
0 commit comments