build: pin volta node version
[e-mobility-charging-stations-simulator.git] / ui / web / package.json
index fdae3ba6be23b670f051390903fdbd13796ba702..a04382770c1ea40af83068c2f328cf8d839b81c0 100644 (file)
@@ -5,6 +5,9 @@
   "engines": {
     "node": ">=16.9.0"
   },
+  "volta": {
+    "node": "20.0.0"
+  },
   "scripts": {
     "preinstall": "npx only-allow pnpm",
     "start": "pnpm run build && node start.js",