Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"volta": {
"extends": "../../package.json",
"node": "22.13.1"
"node": "24.13.0"
}
}
2 changes: 1 addition & 1 deletion apps/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22-alpine AS base
FROM node:24-alpine AS base

FROM base AS builder
RUN apk add --no-cache libc6-compat
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"sharp": "0.33.5"
},
"volta": {
"node": "22.13.1"
"node": "24.13.0"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write",
Expand Down
Loading