devops: introduce Node.js 24 (Current) bots (#36402)

This commit is contained in:
Max Schmitt 2025-06-25 13:08:03 +02:00 committed by GitHub
parent 5efa065696
commit 2cc526a327
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -42,6 +42,9 @@ jobs:
- os: ubuntu-22.04
node-version: 22
browser: chromium
- os: ubuntu-22.04
node-version: 24
browser: chromium
runs-on: ${{ matrix.os }}
permissions:
id-token: write # This is required for OIDC login (azure/login) to succeed
@ -109,6 +112,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

View File

@ -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