📌(deps) pin node to version 18

We force node to version 18 otherwise renovate will keep updating it
to version 20.
This commit is contained in:
Nathan Vasse
2023-11-20 17:15:42 +01:00
committed by NathanVss
parent 98c7075637
commit b2866c1d2b
7 changed files with 11 additions and 11 deletions

View File

@@ -24,10 +24,10 @@
"vite": "5.0.0"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"volta": {
"node": "20.9.0",
"node": "18.18.2",
"yarn": "1.22.21"
}
}