Skip to content

Commit

Permalink
feat(engine): up nodejs version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the latest semantic-release requires Node.js 10.18
  • Loading branch information
antongolub committed Jun 4, 2020
1 parent c61e9ef commit 10af385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"version": "2.6.4",
"license": "0BSD",
"engines": {
"node": ">=8.3",
"node": ">=10.18",
"yarn": ">=1.0.0"
},
"main": "lib/multiSemanticRelease.js",
Expand Down

0 comments on commit 10af385

Please sign in to comment.