Skip to content

Commit e9581d9

Browse files
ppanthonyasabaylus
andauthored
Updates to allow node 19 (#1400)
I'm currently running this without problem using --ignore-engines flag within my project. I don't think this locking down of specific engines is necessary. Co-authored-by: Asa Baylus <[email protected]>
1 parent a053b78 commit e9581d9

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

0 commit comments

Comments
 (0)