Skip to content

Commit

Permalink
chore(create-hops-app): bump minimum required node version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Hops drops support for Node v8
  • Loading branch information
Emanuel Kluge authored and actions-user committed Nov 11, 2019
1 parent b5bda06 commit 52dd8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-hops-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"license": "MIT",
"engines": {
"node": ">=8.10.0"
"node": "^10 || ^12"
},
"bin": {
"create-hops-app": "./index.js"
Expand Down

0 comments on commit 52dd8e7

Please sign in to comment.