Skip to content

Commit 688e5d8

Browse files
authored
allow node 18 in engines requirements (#1377)
relax node engines requirement to allow upcoming node 18 its
1 parent cc86408 commit 688e5d8

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
@@ -25,7 +25,7 @@
2525
"url": "git+https://github.com/asabaylus/react-command-palette.git"
2626
},
2727
"engines": {
28-
"node": ">=16 <=17"
28+
"node": ">=16 <=18"
2929
},
3030
"keywords": [
3131
"react",

0 commit comments

Comments
 (0)