Skip to content

Commit 02e411c

Browse files
committed
fix(pkg): update minimum supported node version to 14
1 parent d2fdcc1 commit 02e411c

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
@@ -63,7 +63,7 @@
6363
"url": "git+https://github.com/ungoldman/gh-release.git"
6464
},
6565
"engines": {
66-
"node": ">=12"
66+
"node": ">=14"
6767
},
6868
"scripts": {
6969
"pretest": "standard | snazzy",

0 commit comments

Comments
 (0)