Skip to content

Commit

Permalink
chore: drop support for node 12
Browse files Browse the repository at this point in the history
BREAKING CHANGE: dropped support for node 12. The platform now requires node 14+.
  • Loading branch information
ismay committed Jul 25, 2022
1 parent 6557c8c commit 937e5e2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@dhis2/app-adapter",
"version": "9.1.0-beta.1",
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "https://github.com/amcgee/dhis2-app-platform",
Expand Down
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": "9.1.0-beta.1",
"engines": {
"node": ">=12"
"node": ">=14"
},
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@dhis2/pwa",
"version": "9.1.0-beta.1",
"engines": {
"node": ">=14"
},
"description": "",
"license": "BSD-3-Clause",
"publishConfig": {
Expand Down
3 changes: 3 additions & 0 deletions shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@dhis2/app-shell",
"version": "9.1.0-beta.1",
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "https://github.com/amcgee/dhis2-app-platform",
Expand Down

0 comments on commit 937e5e2

Please sign in to comment.