Skip to content

Commit bd3015e

Browse files
chore(deps): update dependency node to v20 (#4924)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f59c3fb commit bd3015e

File tree

4 files changed

+42
-42
lines changed

4 files changed

+42
-42
lines changed

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.20.1
1+
20.12.2

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18.20.1-bullseye AS builder
1+
FROM node:20.12.2-bullseye AS builder
22

33
ENV NODE_ENV=production
44
WORKDIR /misskey
@@ -16,7 +16,7 @@ COPY . ./
1616

1717
RUN pnpm build
1818

19-
FROM node:18.20.1-bullseye-slim AS runner
19+
FROM node:20.12.2-bullseye-slim AS runner
2020

2121
WORKDIR /misskey
2222

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
"@types/lodash": "4.17.0",
203203
"@types/mocha": "10.0.6",
204204
"@types/mongodb": "3.6.20",
205-
"@types/node": "18.19.29",
205+
"@types/node": "20.12.7",
206206
"@types/nodemailer": "6.4.14",
207207
"@types/nprogress": "0.2.3",
208208
"@types/oauth": "0.9.4",

pnpm-lock.yaml

+38-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)