chore: update Node.js minimum version requirement to 20.0.0

Hopefully fix bug with Vercel deployment failing with `toSorted` method
This commit is contained in:
q9i 2024-02-17 13:12:43 -08:00 committed by GitButler
parent e849317595
commit 9cf06fcdc2
2 changed files with 6 additions and 0 deletions

3
package-lock.json generated
View file

@ -36,6 +36,9 @@
"prettier": "^3.2.5",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"engines": {
"node": ">=20.0.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {

View file

@ -9,6 +9,9 @@
"lint": "next lint",
"format": "prettier --write ."
},
"engines" : {
"node" : ">=20.0.0"
},
"dependencies": {
"@tanstack/react-query": "^5.20.2",
"fnv-plus": "^1.3.1",