repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60400e2
)
build(simulator): enforce minimum node version 18.18.x
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 12 Nov 2023 13:29:00 +0000
(14:29 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 12 Nov 2023 13:29:00 +0000
(14:29 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
package.json
patch
|
blob
|
blame
|
history
diff --git
a/package.json
b/package.json
index 7d60ebbbe8e7d0292d5e96cafaaece58de6ae8ae..68551e27bf8994044a48ca6d2bb6901685158f94 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-3,7
+3,7
@@
"name": "e-mobility-charging-stations-simulator",
"version": "1.2.23",
"engines": {
- "node": ">=18.1
7
.0",
+ "node": ">=18.1
8
.0",
"pnpm": ">=8.6.0"
},
"volta": {