Skip to content
Open
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
4 changes: 2 additions & 2 deletions projects/pino-logging-gcp-config/docker-compose.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
services:
node_20_tests:
container_name: node_20_tests
image: node:20.20.2-slim
image: node:24.19.0-slim
working_dir: /the-repo/projects/pino-logging-gcp-config
entrypoint: ["/bin/bash", "-e", "-x", "-c"]
command:
Expand All @@ -29,7 +29,7 @@ services:

node_22_tests:
container_name: node_22_tests
image: node:22.23.1-slim
image: node:24.19.0-slim
working_dir: /the-repo/projects/pino-logging-gcp-config
entrypoint: ["/bin/bash", "-e", "-x", "-c"]
command:
Expand Down
Loading