Skip to content

Commit

Permalink
chore: remove node 10 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: New minimum version for NodeJS is 12.x.
  • Loading branch information
varl committed Jun 9, 2021
1 parent c2107c3 commit 5900a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@dhis2/cli-app-scripts",
"version": "6.2.0",
"engines": {
"node": ">=10"
"node": ">=12"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5900a39

Please sign in to comment.