mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: introduce Node.js 24 (Current) bots (#36402)
This commit is contained in:
parent
5efa065696
commit
2cc526a327
11
.github/workflows/tests_primary.yml
vendored
11
.github/workflows/tests_primary.yml
vendored
@ -42,6 +42,9 @@ jobs:
|
|||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
node-version: 22
|
node-version: 22
|
||||||
browser: chromium
|
browser: chromium
|
||||||
|
- os: ubuntu-22.04
|
||||||
|
node-version: 24
|
||||||
|
browser: chromium
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write # This is required for OIDC login (azure/login) to succeed
|
id-token: write # This is required for OIDC login (azure/login) to succeed
|
||||||
@ -109,6 +112,14 @@ jobs:
|
|||||||
node-version: 22
|
node-version: 22
|
||||||
shardIndex: 2
|
shardIndex: 2
|
||||||
shardTotal: 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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write # This is required for OIDC login (azure/login) to succeed
|
id-token: write # This is required for OIDC login (azure/login) to succeed
|
||||||
|
2
.github/workflows/tests_secondary.yml
vendored
2
.github/workflows/tests_secondary.yml
vendored
@ -102,6 +102,8 @@ jobs:
|
|||||||
node_version: 20
|
node_version: 20
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
node_version: 22
|
node_version: 22
|
||||||
|
- os: ubuntu-latest
|
||||||
|
node_version: 24
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user