From a245d16c5a44bbe4b2fe370ce133dadd595a23e1 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 23 Jun 2025 12:11:44 +0200 Subject: [PATCH] devops: introduce Node.js 24 (Current) bots --- .github/workflows/tests_primary.yml | 8 ++++++++ .github/workflows/tests_secondary.yml | 2 ++ 2 files changed, 10 insertions(+) diff --git a/.github/workflows/tests_primary.yml b/.github/workflows/tests_primary.yml index cae05b22f343c..5d1c549b6161c 100644 --- a/.github/workflows/tests_primary.yml +++ b/.github/workflows/tests_primary.yml @@ -109,6 +109,14 @@ jobs: node-version: 22 shardIndex: 2 shardTotal: 2 + - os: ubuntu-latest + node-version: 24 + shardIndex: 1 + shardTotal: 2 + - os: ubuntu-latest + node-version: 24 + shardIndex: 2 + shardTotal: 2 runs-on: ${{ matrix.os }} permissions: id-token: write # This is required for OIDC login (azure/login) to succeed diff --git a/.github/workflows/tests_secondary.yml b/.github/workflows/tests_secondary.yml index c01be04b96d82..bc7276d8ed589 100644 --- a/.github/workflows/tests_secondary.yml +++ b/.github/workflows/tests_secondary.yml @@ -102,6 +102,8 @@ jobs: node_version: 20 - os: ubuntu-latest node_version: 22 + - os: ubuntu-latest + node_version: 24 timeout-minutes: 30 steps: - uses: actions/checkout@v4