From fb2010ce5f018a24b0f0e46fe9b0f2f0577b0f7e Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Tue, 12 Sep 2023 09:32:38 +0200 Subject: [PATCH 1/2] Use comaptible version of npm in order to keep it installable Signed-off-by: Christian Wolf --- .github/actions/run-tests/tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/run-tests/tests/Dockerfile b/.github/actions/run-tests/tests/Dockerfile index 82e532d52..00645cbba 100644 --- a/.github/actions/run-tests/tests/Dockerfile +++ b/.github/actions/run-tests/tests/Dockerfile @@ -30,7 +30,7 @@ RUN pecl update-channels && \ pecl install xdebug >/dev/null && \ docker-php-ext-enable xdebug > /dev/null -RUN npm install -g --quiet --loglevel warn npm@latest +RUN npm install -g --quiet --loglevel warn npm@^9 COPY install-composer.sh /tmp/install-composer.sh RUN /tmp/install-composer.sh From 95d4b59870cf05a5695b7956999e283cd275b41e Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Tue, 12 Sep 2023 09:40:09 +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 b03248897..90ac51d6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,8 @@ [#1772](https://github.com/nextcloud/cookbook/pull/1772) @SethFalco - Update hooks to avoid cluttering the git repository and speed up a bit [#1803](https://github.com/nextcloud/cookbook/pull/1803) @christianlupus +- Fix building docker images for CI/automated tests + [#1810](https://github.com/nextcloud/cookbook/pull/1810) @christianlupus ## 0.10.2 - 2023-03-24