Skip to content

Commit 5604516

Browse files
authored
Breaking: Drop support for old minor versions of Node 12 and 14 (#212)
1 parent f8a642a commit 5604516

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
@@ -64,7 +64,7 @@
6464
"eslint": ">=6.0.0"
6565
},
6666
"engines": {
67-
"node": "12.* || 14.* || >= 16.*"
67+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
6868
},
6969
"release-it": {
7070
"hooks": {

0 commit comments

Comments
 (0)