mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: remove Node.js 16 bots (#30683)
This commit is contained in:
parent
cadfd9c88e
commit
4adf184e5a
4
.github/workflows/tests_components.yml
vendored
4
.github/workflows/tests_components.yml
vendored
@ -26,10 +26,10 @@ jobs:
|
|||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
node-version: [18]
|
node-version: [18]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
|
||||||
node-version: 16
|
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
- os: ubuntu-latest
|
||||||
|
node-version: 22
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
11
.github/workflows/tests_primary.yml
vendored
11
.github/workflows/tests_primary.yml
vendored
@ -35,9 +35,6 @@ jobs:
|
|||||||
os: [ubuntu-22.04]
|
os: [ubuntu-22.04]
|
||||||
node-version: [18]
|
node-version: [18]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-22.04
|
|
||||||
node-version: 16
|
|
||||||
browser: chromium
|
|
||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
node-version: 20
|
node-version: 20
|
||||||
browser: chromium
|
browser: chromium
|
||||||
@ -95,14 +92,6 @@ jobs:
|
|||||||
shardIndex: [1, 2]
|
shardIndex: [1, 2]
|
||||||
shardTotal: [2]
|
shardTotal: [2]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
|
||||||
node-version: 16
|
|
||||||
shardIndex: 1
|
|
||||||
shardTotal: 2
|
|
||||||
- os: ubuntu-latest
|
|
||||||
node-version: 16
|
|
||||||
shardIndex: 2
|
|
||||||
shardTotal: 2
|
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
node-version: 20
|
node-version: 20
|
||||||
shardIndex: 1
|
shardIndex: 1
|
||||||
|
2
.github/workflows/tests_secondary.yml
vendored
2
.github/workflows/tests_secondary.yml
vendored
@ -91,8 +91,6 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
|
||||||
node_version: 16
|
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
node_version: 20
|
node_version: 20
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
|
2
.github/workflows/tests_stress.yml
vendored
2
.github/workflows/tests_stress.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 20
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: npx playwright install --with-deps
|
- run: npx playwright install --with-deps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user