Skip to content

Commit

Permalink
[WIP] npm: set engines to Node ^20.15.0 and npm ^10.7.0
Browse files Browse the repository at this point in the history
Actually required for the "simplesettings" app. Since the workflow
initially "sees" the Nextcloud package.json.

Since entering each app directory and setting up different Node/npm
versions is no feasible anyway, let's set it here.
  • Loading branch information
thlehmann-ionos committed Jul 8, 2024
1 parent ed14199 commit d94a875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
"node": "^20.15.0",
"npm": "^10.7.0"
},
"overrides": {
"colors": "1.4.0"
Expand Down

0 comments on commit d94a875

Please sign in to comment.