devops: remove Node.js 16 bots (#30683)

This commit is contained in:
Max Schmitt 2024-05-06 22:52:31 +00:00 committed by GitHub
parent cadfd9c88e
commit 4adf184e5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 16 deletions

View File

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

View File

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

View File

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

View File

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