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 Jul 28, 2023
1 parent b57b29d commit 3b93df8
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.5.0@sha256:7c97fee9384de55aa512ca87fb6201bc3d4f4e5060ccf029a61867b5ea8215b2 AS builder
WORKDIR /srv

COPY ./package*.json ./
Expand Down

0 comments on commit 3b93df8

Please sign in to comment.