repositories
/
benchmarks-js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f7f8aa
)
bump node minimum version requirements
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 1 Sep 2023 12:59:36 +0000
(14:59 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 1 Sep 2023 12:59:36 +0000
(14:59 +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 a82d3db03d0cecdceedcb0a9dc8ef2997d2a78c1..4cf519eefb70a3e50c2108bf4e7ae85ca08f1448 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-4,7
+4,7
@@
"version": "0.0.1",
"description": "JS code pattern benchmarks",
"engines": {
- "node": ">=1
4
.x",
+ "node": ">=1
6
.x",
"pnpm": ">=8.6.0"
},
"volta": {