Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 5, 2024
1 parent 57d55f7 commit 2bbb869
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##### BASE
FROM node:18-bullseye-slim as base
FROM node:20-bullseye-slim as base

RUN apt-get update || : && apt-get install python3 build-essential git -y

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@tailwindcss/line-clamp": "^0.4.4",
"@types/hast": "^3.0.2",
"@types/js-yaml": "^4.0.8",
"@types/node": "20.8.7",
"@types/node": "20.16.5",
"@types/react": "18.2.29",
"@types/react-dom": "18.2.13",
"@types/react-infinite-scroller": "^1.2.4",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit 2bbb869

Please sign in to comment.