diff --git a/CHANGELOG.md b/CHANGELOG.md index cebd9c1ae..178c7b7d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,8 @@ [#1713](https://github.com/nextcloud/cookbook/pull/1713) @christianlupus - Update PHP dependencies [#1729](https://github.com/nextcloud/cookbook/pull/1729) @dependabot @christianlupus +- Update Node to new LTS version + [#1735](https://github.com/nextcloud/cookbook/pull/1735) @nextcloud-command ## 0.10.2 - 2023-03-24 diff --git a/package.json b/package.json index b807a9178..6eb9360b1 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "webpack-merge": "^5.7.3" }, "engines": { - "node": "^16.0.0", - "npm": "^7.0.0 || ^8.0.0" + "node": "^20.0.0", + "npm": "^9.0.0" } }