Skip to content

Commit 040dcb4

Browse files
committed
feat: support Node 17
1 parent 84fb3ca commit 040dcb4

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
@@ -45,7 +45,7 @@
4545
"typescript": "^4.4.3"
4646
},
4747
"engines": {
48-
"node": "^12 || ^14 || ^16"
48+
"node": "^12 || ^14 || ^16 || ^17"
4949
},
5050
"lint-staged": {
5151
"DISABLE.eslintignore": "npm run lint",

0 commit comments

Comments
 (0)