📌(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

@@ -22,7 +22,7 @@
"eslint-plugin-react-hooks": "4.6.0"
},
"volta": {
"node": "20.9.0",
"node": "18.18.2",
"yarn": "1.22.21"
}
}