Skip to content

Commit cb5b9d5

Browse files
authored
Fix node version requirement (#4391)
1 parent f8cd278 commit cb5b9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": "git://github.com/hapijs/hapi",
77
"main": "lib/index.js",
88
"engines": {
9-
"node": ">=12.0.0"
9+
"node": ">=14.15.0"
1010
},
1111
"files": [
1212
"lib"

0 commit comments

Comments
 (0)