Skip to content

Commit

Permalink
Update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2024
1 parent 562a31c commit 0321d4e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM node:16.20-bullseye as deps
FROM node:20.16-bullseye as deps
WORKDIR /app
COPY package.json .yarnrc.yml yarn.lock /app/
COPY .yarn/releases/ /app/.yarn/releases

RUN yarn install --immutable

FROM node:16.20-bullseye as builder
FROM node:20.16-bullseye as builder
WORKDIR /app
COPY --from=deps /app/node_modules /app/node_modules
COPY . /app
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@bufbuild/connect-web": "0.8.6",
"@bufbuild/protobuf": "0.5.0",
"@types/node": "18.19.43",
"@types/node": "20.14.14",
"@types/react": "18.2.78",
"@types/react-dom": "18.2.25",
"next": "12.3.4",
Expand Down
10 changes: 5 additions & 5 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -565,12 +565,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.19.43":
version: 18.19.43
resolution: "@types/node@npm:18.19.43"
"@types/node@npm:20.14.14":
version: 20.14.14
resolution: "@types/node@npm:20.14.14"
dependencies:
undici-types: ~5.26.4
checksum: 5eb9045aae6da86e8ad297381f93d29d2e7fcd4ed0c53670d9dff1e7b714920f8bbe5ee456289c19fc69c510ac197bdbacc7a785eaeba0afb9cb5d634a64bcd3
checksum: cb2199123efca94908ee7191cc7b7abc11b26bf1fbb93c2948d5537a6594eedc35d4748d9fa998078fdc2eb5cc3a11d6d87b2fea20a05bda9d304e37d3c3282a
languageName: node
linkType: hard

Expand Down Expand Up @@ -1031,7 +1031,7 @@ __metadata:
"@bufbuild/protobuf": 0.5.0
"@bufbuild/protoc-gen-connect-web": 0.11.0
"@bufbuild/protoc-gen-es": 0.5.0
"@types/node": 18.19.43
"@types/node": 20.14.14
"@types/react": 18.2.78
"@types/react-dom": 18.2.25
eslint: 8.57.0
Expand Down

0 comments on commit 0321d4e

Please sign in to comment.