repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a6ebc4
)
build: fix node version in engines
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 30 Apr 2024 17:28:28 +0000
(19:28 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 30 Apr 2024 17:28:28 +0000
(19:28 +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 d1b5ffa90a38848a39fefe09dadae96c0239dd48..9cceb66002e5a67ef43fd7dc54f4e6d9680b704a 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-40,7
+40,7
@@
"prepublishOnly": "pnpm build:prod"
},
"engines": {
- "node": ">=18.
0
.0",
+ "node": ">=18.
14
.0",
"pnpm": ">=9.0.0"
},
"volta": {