Skip to content

Commit

Permalink
ORV2-1849 Frontend upgrade node version to 20.11.0 (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnan-aot authored Jan 23, 2024
1 parent 1bf01c5 commit ec6325a
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.19.0-alpine AS builder
FROM node:20.11.0-alpine AS builder

# Set the working directory to /app inside the container
WORKDIR /app
Expand Down
36 changes: 27 additions & 9 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/material-ui": "^0.21.12",
"@types/node": "^18.17.0",
"@types/node": "^20.11.0",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.1",
"@types/react-modal": "^3.16.0",
Expand Down

0 comments on commit ec6325a

Please sign in to comment.