From fafe5fe0694496cf6f9a34e26f9f63e8b8ccaa84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 21:23:02 +0000 Subject: [PATCH] chore(deps): update node.js to v20 --- .github/workflows/roles_react_files_cra_typescript.yaml | 2 +- roles/react/files/cra/typescript/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/roles_react_files_cra_typescript.yaml b/.github/workflows/roles_react_files_cra_typescript.yaml index 7ca9f396..09346989 100644 --- a/.github/workflows/roles_react_files_cra_typescript.yaml +++ b/.github/workflows/roles_react_files_cra_typescript.yaml @@ -9,7 +9,7 @@ jobs: ci: runs-on: ubuntu-latest env: - NODE_VERSION: 19 # renovate: datasource=docker depName=node versioning=docker + NODE_VERSION: 20 # renovate: datasource=docker depName=node versioning=docker IMAGE: ghcr.io/${{ github.repository }}-cra-typescript steps: diff --git a/roles/react/files/cra/typescript/Dockerfile b/roles/react/files/cra/typescript/Dockerfile index ee39acc6..7f8d2b66 100644 --- a/roles/react/files/cra/typescript/Dockerfile +++ b/roles/react/files/cra/typescript/Dockerfile @@ -1,4 +1,4 @@ -FROM node:19.9.0@sha256:92f06fc13bcc09f1ddc51f6ebf1aa3d21a6532b74f076f224f188bc6b9317570 AS builder +FROM node:20.8.1@sha256:bd20621deff56cb66c6cd10772d26db1a0d480f2b08609eb96b799ba6260f3ed AS builder WORKDIR /srv COPY ./package*.json ./