Commit ec8c6de
ci: bump Node to 20.19.0 — vitest 4 / rolldown needs util.styleText
`npm test` (vitest 4.1.6 -> rolldown 1.0.1) imports `styleText` from
`node:util`, which only exists from Node 20.12.0. CI, .nvmrc, and the
engines floor were pinned to 20.9.0, so `vitest run` crashed at startup
with "does not provide an export named 'styleText'". Raise CI + .nvmrc to
20.19.0 (latest 20.x LTS) and the engines floor to >=20.12.0.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent fc065a6 commit ec8c6de
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments