Skip to content

Commit afa494e

Browse files
authored
Add Node.js version restrictions (#1340)
1 parent b83e453 commit afa494e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -468,5 +468,8 @@
468468
},
469469
"pre-commit": "lint",
470470
"version": "7.0.0",
471-
"support": true
471+
"support": true,
472+
"engines": {
473+
"node": "^16 || ^18 || >= 20"
474+
}
472475
}

0 commit comments

Comments
 (0)