Skip to content

Commit

Permalink
chore(deps): update dependency node to v20.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and morremeyer committed Jan 22, 2024
1 parent 0a6e1e5 commit 4a3fff3
Show file tree
Hide file tree
Showing 3 changed files with 6 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.10.0-alpine AS builder
FROM node:20.11.0-alpine AS builder
ENV NODE_ENV production
WORKDIR /app

Expand Down
8 changes: 4 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 @@ -9,7 +9,7 @@
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.11",
"@types/node": "20.10.8",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.19.0",
Expand Down

0 comments on commit 4a3fff3

Please sign in to comment.