From c1f19a5c449b28d28458b4e8b0c9fbfea0e7accc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:03:26 +0000 Subject: [PATCH] chore(deps): update dependency node to v22.4.1 --- .docker-hub/print/Dockerfile | 4 ++-- .github/workflows/continuous-integration.yml | 14 +++++++------- .nvmrc | 2 +- docker-compose.yml | 8 ++++---- renovate.json | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.docker-hub/print/Dockerfile b/.docker-hub/print/Dockerfile index a8b2bef619..ae857d965b 100644 --- a/.docker-hub/print/Dockerfile +++ b/.docker-hub/print/Dockerfile @@ -1,5 +1,5 @@ # build stage -FROM node:22.3.0 AS build-stage +FROM node:22.4.1 AS build-stage ARG SENTRY_AUTH_TOKEN ARG SENTRY_ORG ARG SENTRY_PRINT_PROJECT @@ -22,7 +22,7 @@ COPY print . RUN npm run build # production stage -FROM node:22.3.0 AS production-stage +FROM node:22.4.1 AS production-stage WORKDIR /app COPY --from=build-stage /app/.output ./.output diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 68a45bc702..dccfcd59d8 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -105,7 +105,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.3.0' + node-version: '22.4.1' - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 with: @@ -134,7 +134,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.3.0' + node-version: '22.4.1' - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 with: @@ -163,7 +163,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.3.0' + node-version: '22.4.1' - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 with: @@ -195,7 +195,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.3.0' + node-version: '22.4.1' - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 with: @@ -303,7 +303,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.3.0' + node-version: '22.4.1' - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 with: @@ -346,7 +346,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.3.0' + node-version: '22.4.1' - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 with: @@ -385,7 +385,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.3.0' + node-version: '22.4.1' - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 with: diff --git a/.nvmrc b/.nvmrc index 8326e27f9b..c2aa6d7687 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.3.0 +22.4.1 diff --git a/docker-compose.yml b/docker-compose.yml index b0963db021..1108cc4b11 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: frontend: - image: node:22.3.0 + image: node:22.4.1 container_name: 'ecamp3-frontend' ports: - '9229:9229' # jest debug @@ -91,7 +91,7 @@ services: - VARNISH_HTTP_PORT=8080 pdf: - image: node:22.3.0 + image: node:22.4.1 container_name: 'ecamp3-pdf' stdin_open: true tty: true @@ -110,7 +110,7 @@ services: - CI=${CI} print: - image: node:22.3.0 + image: node:22.4.1 container_name: 'ecamp3-print' user: ${USER_ID:-1000} volumes: @@ -194,7 +194,7 @@ services: working_dir: /e2e translation: - image: node:22.3.0 + image: node:22.4.1 profiles: ['translation'] container_name: 'ecamp3-translation' volumes: diff --git a/renovate.json b/renovate.json index d55ef5080f..a8cb5cf3b1 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,7 @@ ":prConcurrentLimitNone" ], "constraints": { - "node": "22.3.0", + "node": "22.4.1", "php": "8.3.9" }, "automergeType": "branch",