chore: lock node version to electron

This commit is contained in:
Carlos Valente
2023-12-19 10:23:27 +01:00
parent 3144888eb1
commit fe9f12a14b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ Ontime consists of 3 distinct parts
The steps below will assume you have locally installed the necessary dependencies. The steps below will assume you have locally installed the necessary dependencies.
Other dependencies will be installed as part of the setup Other dependencies will be installed as part of the setup
- __node__ (>=18) - __node__ (~18.18.2)
- __pnpm__ (>=8) - __pnpm__ (>=8)
- __docker__ (only necessary to run and build docker images) - __docker__ (only necessary to run and build docker images)
+1 -1
View File
@@ -17,7 +17,7 @@
}, },
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"engines": { "engines": {
"node": ">18.18.2", "node": "~18.18.2",
"pnpm": ">=8" "pnpm": ">=8"
}, },
"type": "module", "type": "module",