Skip to content

Commit 24fe153

Browse files
authored
Drop support for Node 10 and 13
1 parent 2e2caea commit 24fe153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"release-it-lerna-changelog": "^2.3.0"
7979
},
8080
"engines": {
81-
"node": "10.* || >= 12"
81+
"node": "12.* || >= 14"
8282
},
8383
"publishConfig": {
8484
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)