Skip to content

Commit

Permalink
Require node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
huntharo committed Apr 26, 2024
1 parent 4843888 commit 9938ec0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"engine": {
"node": ">= 12.0.0"
"node": ">= 16.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/microapps-datalib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"engine": {
"node": ">= 12.0.0"
"node": ">= 16.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/microapps-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"engineStrict": true,
"engine": {
"node": ">= 12.0.0"
"node": ">= 16.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion packages/pwrdrvr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"engineStrict": true,
"engine": {
"node": ">= 12.0.0"
"node": ">= 16.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 9938ec0

Please sign in to comment.