Skip to content

Commit ec6325a

Browse files
authored
ORV2-1849 Frontend upgrade node version to 20.11.0 (#1107)
1 parent 1bf01c5 commit ec6325a

File tree

3 files changed

+29
-11
lines changed

3 files changed

+29
-11
lines changed

frontend/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18.19.0-alpine AS builder
1+
FROM node:20.11.0-alpine AS builder
22

33
# Set the working directory to /app inside the container
44
WORKDIR /app

frontend/package-lock.json

+27-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@testing-library/react": "^14.0.0",
6161
"@testing-library/user-event": "^14.4.3",
6262
"@types/material-ui": "^0.21.12",
63-
"@types/node": "^18.17.0",
63+
"@types/node": "^20.11.0",
6464
"@types/react": "^18.2.7",
6565
"@types/react-dom": "^18.2.1",
6666
"@types/react-modal": "^3.16.0",

0 commit comments

Comments
 (0)