From be342b24b3afbd8bbb335864e2de15166af89391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 21 Jun 2023 10:11:37 +0200 Subject: [PATCH 1/2] chore: update node engines to next LTS (node 20 / npm 9) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } } From fa7c68c720a9d5f4874df9ab28fe6f67110b60ed Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Fri, 30 Jun 2023 20:14:49 +0200 Subject: [PATCH 2/2] Update changelog Signed-off-by: Christian Wolf --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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