Skip to content

Commit

Permalink
Update dependency node to v18.20.4 (#2538)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 20, 2024
1 parent ff9ce16 commit 0ec8d84
Show file tree
Hide file tree
Showing 4 changed files with 73 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.19.1
18.20.4
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.19.1-bullseye AS builder
FROM node:18.20.4-bullseye AS builder

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


FROM node:18.19.1-bullseye-slim AS runner
FROM node:18.20.4-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 @@ -224,7 +224,7 @@
"@types/koa__router": "8.0.11",
"@types/lolex": "5.1.2",
"@types/mocha": "10.0.1",
"@types/node": "18.11.18",
"@types/node": "18.19.41",
"@types/nodemailer": "6.4.7",
"@types/nprogress": "0.2.0",
"@types/oauth": "0.9.1",
Expand Down
Loading

0 comments on commit 0ec8d84

Please sign in to comment.