fix: drop Node 18 from CI matrix — Vite 7.3 requires Node 20.19+

- Remove Node 18 from CI test matrix (crypto.hash not available)
- Update engines field to >=20.19
- Update README Node.js version references
This commit is contained in:
Nicolas Varrot
2026-02-13 12:58:23 +00:00
parent ad0efe3f5b
commit be8f5b62ff
3 changed files with 5 additions and 5 deletions

View File

@@ -66,6 +66,6 @@
"vitest": "^4.0.18"
},
"engines": {
"node": ">=18"
"node": ">=20.19"
}
}