Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit c527e13

Browse files
authored
fix: Support node@12 and node@14 (#5)
1 parent 397b8bf commit c527e13

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
@@ -11,7 +11,7 @@
1111
"semantic-release": "semantic-release --debug"
1212
},
1313
"engines": {
14-
"node": ">=0.10.0 <0.14"
14+
"node": ">=0.10.0 <0.15"
1515
},
1616
"license": "Apache-2.0",
1717
"repository": {

0 commit comments

Comments
 (0)