Commit 7d18b29
committed
chore: require Node >=20.19, pin dev to Node 22
vitest 4 / vite 8 rely on require(esm), which is only default on Node
20.19+. Add an engines floor and an .nvmrc pinning the dev/CI runtime to
Node 22 LTS so the test suite runs without experimental flags.1 parent 98489fc commit 7d18b29
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
0 commit comments