Skip to content

Commit 68852c7

Browse files
committed
chore!: drop node 14 support
BREAKING_CHANGE: Now the minimum supported node version is 16
1 parent 9f3020c commit 68852c7

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
@@ -31,7 +31,7 @@
3131
"prepare": "husky install"
3232
},
3333
"engines": {
34-
"node": ">=14"
34+
"node": ">=16"
3535
},
3636
"peerDependencies": {
3737
"react": ">=17",

0 commit comments

Comments
 (0)