chore(deps): update node.js to v24.12.0 (#4662)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2025-12-16 23:29:59 +00:00
committed by GitHub
parent 4c7185646d
commit 9adf113042
8 changed files with 9 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ jobs:
- uses: actions/setup-node@v6
if: env.SKIP_RELEASE == 'false'
with:
node-version: 24.11.1
node-version: 24.12.0
cache: "pnpm"
- run: npm i -g pnpm
if: env.SKIP_RELEASE == 'false'

2
.nvmrc
View File

@@ -1 +1 @@
24.11.1
24.12.0

View File

@@ -1,4 +1,4 @@
FROM node:24.11.1-alpine AS base
FROM node:24.12.0-alpine AS base
FROM base AS builder
RUN apk add --no-cache libc6-compat

View File

@@ -95,7 +95,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/chroma-js": "3.1.2",
"@types/node": "^24.10.2",
"@types/node": "^24.10.3",
"@types/prismjs": "^1.26.5",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",

View File

@@ -47,7 +47,7 @@
"@homarr/eslint-config": "workspace:^0.2.0",
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/node": "^24.10.2",
"@types/node": "^24.10.3",
"dotenv-cli": "^11.0.0",
"esbuild": "^0.27.1",
"eslint": "^9.39.1",

View File

@@ -61,7 +61,7 @@
},
"packageManager": "pnpm@10.25.0",
"engines": {
"node": ">=24.11.1",
"node": ">=24.12.0",
"pnpm": ">=10.25.0"
},
"pnpm": {

4
pnpm-lock.yaml generated
View File

@@ -345,7 +345,7 @@ importers:
specifier: 3.1.2
version: 3.1.2
'@types/node':
specifier: ^24.10.2
specifier: ^24.10.3
version: 24.10.3
'@types/prismjs':
specifier: ^1.26.5
@@ -454,7 +454,7 @@ importers:
specifier: workspace:^0.1.0
version: link:../../tooling/typescript
'@types/node':
specifier: ^24.10.2
specifier: ^24.10.3
version: 24.10.3
dotenv-cli:
specifier: ^11.0.0

View File

@@ -7,7 +7,7 @@ runs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version: 24.11.1
node-version: 24.12.0
cache: "pnpm"
- shell: bash