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 5, 2023
1 parent 96a5451 commit 1489236
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.1",
"@types/node": "20.4.8",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-infinite-scroller": "^1.2.3",
Expand Down
12 changes: 6 additions & 6 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 1489236

Please sign in to comment.