Skip to content

Commit

Permalink
Update Node.js to v20.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 6d41ae9 commit 7ab4e17
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.5-alpine as builder
FROM node:20.18-alpine as builder

COPY . .
RUN npm install
Expand Down
18 changes: 14 additions & 4 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.5.1",
"@types/jest": "29.5.3",
"@types/node": "18.17.3",
"@types/node": "20.16.11",
"@types/react": "18.2.19",
"@types/react-dom": "18.2.7",
"react": "18.2.0",
Expand Down

0 comments on commit 7ab4e17

Please sign in to comment.