Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2023
1 parent 4d19e52 commit 7f22502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/roles_react_files_cra_typescript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion roles/react/files/cra/typescript/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:19.9.0@sha256:92f06fc13bcc09f1ddc51f6ebf1aa3d21a6532b74f076f224f188bc6b9317570 AS builder
FROM node:20.8.0@sha256:6b3f9aa7eefa8d4c93d43914e78aa2bfea9a12808b0059e5da78854dfa8b8768 AS builder
WORKDIR /srv

COPY ./package*.json ./
Expand Down

0 comments on commit 7f22502

Please sign in to comment.