mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #38924 from nextcloud/automated/update-engines/default
chore: update node engines to next LTS
This commit is contained in:
commit
3a557a88ce
1 changed files with 2 additions and 2 deletions
|
|
@ -187,8 +187,8 @@
|
|||
"extends @nextcloud/browserslist-config"
|
||||
],
|
||||
"engines": {
|
||||
"node": "^16.0.0",
|
||||
"npm": "^7.0.0 || ^8.0.0"
|
||||
"node": "^20.0.0",
|
||||
"npm": "^9.0.0"
|
||||
},
|
||||
"overrides": {
|
||||
"colors": "1.4.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue