Require Node 20.19 for rolldown in CI

This commit is contained in:
Janpeter Visser 2026-04-19 15:55:12 +02:00
parent 11c5f3f43e
commit a7caa6f526
2 changed files with 2 additions and 2 deletions

2
.nvmrc
View file

@ -1 +1 @@
20.18.0
20.19.0

View file

@ -39,6 +39,6 @@
"vitest": "^4.1.4"
},
"engines": {
"node": ">=20.12.0"
"node": ">=20.19.0"
}
}