From 1df6f07a8db12bfb9c81dd52f74880e0ce70f775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Behrendt?= Date: Wed, 6 May 2026 18:04:25 +0200 Subject: [PATCH] chore: update nodejs to v24 --- .github/workflows/lawa.yml | 2 +- .github/workflows/lint.yml | 4 ++-- .tool-versions | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lawa.yml b/.github/workflows/lawa.yml index bd3edce42..366e32b69 100644 --- a/.github/workflows/lawa.yml +++ b/.github/workflows/lawa.yml @@ -5,7 +5,7 @@ jobs: name: NPM license checks uses: phrase/actions/.github/workflows/lawa-npm-ci.yml@main with: - node-version: 18 + node-version: "24.14.1" ruby-version: 3.1.3 decisions-file: config/license-decisions.yml secrets: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c2f88bacf..5a28e2c29 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v1 with: - node-version: "18" + node-version: "24.14.1" - run: npm install - run: npm run lint @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v1 with: - node-version: "18" + node-version: "24.14.1" - run: npm install - run: npx swagger-cli bundle -t json -w 300 main.yaml > doc/compiled_new.json - run: diff doc/compiled.json doc/compiled_new.json diff --git a/.tool-versions b/.tool-versions index 78b0c87c8..d3cb1836d 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,4 +1,4 @@ golang 1.24.4 -nodejs 20.11.0 +nodejs 24.14.1 maven 3.9.1 java temurin-11.0.25+9