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:
@@ -66,6 +66,6 @@
|
||||
"vitest": "^4.0.18"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
"node": ">=20.19"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user