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:
1f9416c
)
chore!: bump the minimum node version supported to 20.x.x
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Wed, 23 Oct 2024 10:39:18 +0000
(12:39 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Wed, 23 Oct 2024 10:39:18 +0000
(12:39 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
package.json
patch
|
blob
|
blame
|
history
diff --git
a/package.json
b/package.json
index d603613e2dab8e3e3e790931dc4ed90859394bdc..995e6e8f029080c890980482c650a6ed14edd953 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-3,7
+3,7
@@
"name": "e-mobility-charging-stations-simulator",
"version": "1.5.2",
"engines": {
- "node": ">=
18.18
.0",
+ "node": ">=
20.0
.0",
"pnpm": ">=9.0.0"
},
"volta": {