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 Jun 13, 2023
1 parent c60c73a commit 3952920
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.8.1@sha256:1fab548e95c779df229e4b50d8d20e222597bda15aeece508098c5ba7723302e AS builder
FROM node:20.3.0@sha256:8330893124087c86f4e998ddcff659df7a71ac85e1f3ce4add515df8b44b1bde AS builder
WORKDIR /srv

COPY ./package*.json ./
Expand Down

0 comments on commit 3952920

Please sign in to comment.