Skip to content

Commit 1014066

Browse files
renovate[bot]sschuberth
authored andcommitted
deps: update node.js to v24
1 parent 3caaf35 commit 1014066

File tree

16 files changed

+29
-29
lines changed

16 files changed

+29
-29
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Node.js
2626
uses: actions/setup-node@v6
2727
with:
28-
node-version: 22.21.1
28+
node-version: 24.11.0
2929
cache: "npm"
3030

3131
- name: Enable Corepack

.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v6
2424
with:
25-
node-version: 22.21.1
25+
node-version: 24.11.0
2626
cache: "npm"
2727
- name: Enable Corepack
2828
run: npm install corepack@latest && corepack enable

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v5
2323
- uses: actions/setup-node@v6
2424
with:
25-
node-version: 22.21.1
25+
node-version: 24.11.0
2626
cache: "npm"
2727
- name: Enable Corepack
2828
run: npm install corepack@latest && corepack enable

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Node.js
2626
uses: actions/setup-node@v6
2727
with:
28-
node-version: 22.21.1
28+
node-version: 24.11.0
2929
cache: "npm"
3030

3131
- name: Enable Corepack

API.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: MIT
44

55
# Base image
6-
FROM node:22.21.0
6+
FROM node:24.11.0
77

88
WORKDIR /app/dos
99

Playwright.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
FROM node:22.21.0
5+
FROM node:24.11.0
66

77
# Install dependencies for API and Clearance UI
88
WORKDIR /workspace

UI.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
FROM node:22.21.0 AS base
5+
FROM node:24.11.0 AS base
66

77
FROM base AS builder
88
WORKDIR /app

Worker.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: MIT
44

55
# Base image
6-
FROM node:22.21.0
6+
FROM node:24.11.0
77

88
# ScanCode
99

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/glob-to-regexp": "^0.4.4",
5858
"@types/is-valid-path": "0.1.2",
5959
"@types/mocha": "10.0.10",
60-
"@types/node": "22.18.13",
60+
"@types/node": "24.9.2",
6161
"@types/node-cron": "3.0.11",
6262
"@types/passport": "1.0.17",
6363
"@types/passport-local": "1.0.38",

apps/clearance_ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@testing-library/react": "16.3.0",
7575
"@types/js-yaml": "4.0.9",
7676
"@types/lodash.debounce": "4.0.9",
77-
"@types/node": "22.18.13",
77+
"@types/node": "24.9.2",
7878
"@types/react": "19.2.0",
7979
"@types/react-copy-to-clipboard": "5.0.7",
8080
"@types/spdx-expression-parse": "3.0.5",

0 commit comments

Comments
 (0)