Skip to content

Commit 7d6ba2c

Browse files
chore(deps): update dependency node to v24
1 parent 7329135 commit 7d6ba2c

File tree

6 files changed

+67
-79
lines changed

6 files changed

+67
-79
lines changed

.github/workflows/deployment-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/setup-node@v5
6565
if: env.SKIP_RELEASE == 'false'
6666
with:
67-
node-version: 22.21.0
67+
node-version: 24.10.0
6868
cache: "pnpm"
6969
- run: npm i -g pnpm
7070
if: env.SKIP_RELEASE == 'false'

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.20.0-alpine AS base
1+
FROM node:24.10.0-alpine AS base
22

33
FROM base AS builder
44
RUN apk add --no-cache libc6-compat

apps/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@homarr/prettier-config": "workspace:^0.1.0",
9595
"@homarr/tsconfig": "workspace:^0.1.0",
9696
"@types/chroma-js": "3.1.1",
97-
"@types/node": "^22.18.12",
97+
"@types/node": "^24.9.1",
9898
"@types/prismjs": "^1.26.5",
9999
"@types/react": "19.2.2",
100100
"@types/react-dom": "19.2.2",

apps/tasks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@homarr/eslint-config": "workspace:^0.2.0",
4848
"@homarr/prettier-config": "workspace:^0.1.0",
4949
"@homarr/tsconfig": "workspace:^0.1.0",
50-
"@types/node": "^22.18.12",
50+
"@types/node": "^24.9.1",
5151
"dotenv-cli": "^10.0.0",
5252
"esbuild": "^0.25.11",
5353
"eslint": "^9.38.0",

0 commit comments

Comments
 (0)