Skip to content

Commit

Permalink
Update Node.js to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent 9def4e1 commit d073692
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/induction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"engines": {
"node": ">=10.16.0 <=14.x.x",
"node": ">=10.16.0 <=v18.12.1",
"npm": ">=6.0.0"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion plugins/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/nirmalhk7/strapi-plugins-mobile.git"
},
"engines": {
"node": ">=10.16.0 <=14.x.x",
"node": ">=10.16.0 <=v18.12.1",
"npm": ">=6.0.0"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion plugins/passout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"engines": {
"node": ">=10.16.0 <=14.x.x",
"node": ">=10.16.0 <=v18.12.1",
"npm": ">=6.0.0"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion plugins/social-media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"engines": {
"node": ">=10.16.0 <=14.x.x",
"node": ">=10.16.0 <=v18.12.1",
"npm": ">=6.0.0"
},
"license": "MIT"
Expand Down

0 comments on commit d073692

Please sign in to comment.