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 Aug 13, 2023
1 parent ca3fc60 commit 12bdf9e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.0",
"@types/js-yaml": "^4.0.5",
"@types/node": "20.4.10",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/react-infinite-scroller": "^1.2.3",
Expand Down
14 changes: 7 additions & 7 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 12bdf9e

Please sign in to comment.