Skip to content

Commit

Permalink
chore(deps): update dependency node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 11, 2024
1 parent f9a4d08 commit 4205732
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.1
20.12.2
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.20.1-bullseye AS builder
FROM node:20.12.2-bullseye AS builder

ENV NODE_ENV=production
WORKDIR /misskey
Expand All @@ -16,7 +16,7 @@ COPY . ./

RUN pnpm build

FROM node:18.20.1-bullseye-slim AS runner
FROM node:20.12.2-bullseye-slim AS runner

WORKDIR /misskey

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"@types/lodash": "4.17.0",
"@types/mocha": "10.0.6",
"@types/mongodb": "3.6.20",
"@types/node": "18.19.29",
"@types/node": "20.12.7",
"@types/nodemailer": "6.4.14",
"@types/nprogress": "0.2.3",
"@types/oauth": "0.9.4",
Expand Down
76 changes: 38 additions & 38 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 4205732

Please sign in to comment.