Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/run-tests/tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down