Skip to content

Commit 49cde79

Browse files
authoredFeb 14, 2023
fix: raise node engine requirement to 14.18 (#832)
closes #825
1 parent 2ad00aa commit 49cde79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@
8888
}
8989
},
9090
"engines": {
91-
"node": ">=14"
91+
"node": ">=14.18"
9292
}
9393
}

0 commit comments

Comments
 (0)
Please sign in to comment.