Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 6c11754

Browse files
chore(deps): update node.js to v20
1 parent 96a5451 commit 6c11754

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##### BASE
2-
FROM node:18-bullseye-slim as base
2+
FROM node:20-bullseye-slim as base
33

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@tailwindcss/line-clamp": "^0.4.4",
7878
"@types/hast": "^3.0.0",
7979
"@types/js-yaml": "^4.0.5",
80-
"@types/node": "20.4.1",
80+
"@types/node": "20.4.2",
8181
"@types/react": "18.2.14",
8282
"@types/react-dom": "18.2.6",
8383
"@types/react-infinite-scroller": "^1.2.3",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)