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:
parent
e849317595
commit
9cf06fcdc2
2 changed files with 6 additions and 0 deletions
3
package-lock.json
generated
3
package-lock.json
generated
|
@ -36,6 +36,9 @@
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.2.5",
|
||||||
"tailwindcss": "^3.3.0",
|
"tailwindcss": "^3.3.0",
|
||||||
"typescript": "^5"
|
"typescript": "^5"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=20.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@aashutoshrathi/word-wrap": {
|
"node_modules/@aashutoshrathi/word-wrap": {
|
||||||
|
|
|
@ -9,6 +9,9 @@
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"format": "prettier --write ."
|
"format": "prettier --write ."
|
||||||
},
|
},
|
||||||
|
"engines" : {
|
||||||
|
"node" : ">=20.0.0"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tanstack/react-query": "^5.20.2",
|
"@tanstack/react-query": "^5.20.2",
|
||||||
"fnv-plus": "^1.3.1",
|
"fnv-plus": "^1.3.1",
|
||||||
|
|
Loading…
Reference in a new issue