mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-01 08:34:02 +03: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]
|
||||
node-version: [18]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
node-version: 16
|
||||
- os: ubuntu-latest
|
||||
node-version: 20
|
||||
- os: ubuntu-latest
|
||||
node-version: 22
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- 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]
|
||||
node-version: [18]
|
||||
include:
|
||||
- os: ubuntu-22.04
|
||||
node-version: 16
|
||||
browser: chromium
|
||||
- os: ubuntu-22.04
|
||||
node-version: 20
|
||||
browser: chromium
|
||||
@ -95,14 +92,6 @@ jobs:
|
||||
shardIndex: [1, 2]
|
||||
shardTotal: [2]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
node-version: 16
|
||||
shardIndex: 1
|
||||
shardTotal: 2
|
||||
- os: ubuntu-latest
|
||||
node-version: 16
|
||||
shardIndex: 2
|
||||
shardTotal: 2
|
||||
- os: ubuntu-latest
|
||||
node-version: 20
|
||||
shardIndex: 1
|
||||
|
2
.github/workflows/tests_secondary.yml
vendored
2
.github/workflows/tests_secondary.yml
vendored
@ -91,8 +91,6 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
node_version: 16
|
||||
- os: ubuntu-latest
|
||||
node_version: 20
|
||||
- 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/setup-node@v4
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 20
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: npx playwright install --with-deps
|
||||
|
Loading…
Reference in New Issue
Block a user