From 08523c724a4c6ed731294dc94b0710d4a31775db Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 3 May 2024 08:27:19 +0000 Subject: [PATCH] devops: add Node.js 22 bots --- .github/workflows/tests_primary.yml | 11 +++++++++++ .github/workflows/tests_secondary.yml | 2 ++ 2 files changed, 13 insertions(+) diff --git a/.github/workflows/tests_primary.yml b/.github/workflows/tests_primary.yml index 355a3ba154..10806ccf98 100644 --- a/.github/workflows/tests_primary.yml +++ b/.github/workflows/tests_primary.yml @@ -41,6 +41,9 @@ jobs: - os: ubuntu-22.04 node-version: 20 browser: chromium + - os: ubuntu-22.04 + node-version: 22 + browser: chromium runs-on: ${{ matrix.os }} permissions: id-token: write # This is required for OIDC login (azure/login) to succeed @@ -108,6 +111,14 @@ jobs: node-version: 20 shardIndex: 2 shardTotal: 2 + - os: ubuntu-latest + node-version: 22 + shardIndex: 1 + shardTotal: 2 + - os: ubuntu-latest + node-version: 22 + 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 2a5084349f..052364681d 100644 --- a/.github/workflows/tests_secondary.yml +++ b/.github/workflows/tests_secondary.yml @@ -95,6 +95,8 @@ jobs: node_version: 16 - os: ubuntu-latest node_version: 20 + - os: ubuntu-latno est + node_version: 22 timeout-minutes: 30 steps: - uses: actions/checkout@v4