From 4adf184e5a5d6ff5e32c00d00e78f0486e6b71ae Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 6 May 2024 22:52:31 +0000 Subject: [PATCH] devops: remove Node.js 16 bots (#30683) --- .github/workflows/tests_components.yml | 4 ++-- .github/workflows/tests_primary.yml | 11 ----------- .github/workflows/tests_secondary.yml | 2 -- .github/workflows/tests_stress.yml | 2 +- 4 files changed, 3 insertions(+), 16 deletions(-) diff --git a/.github/workflows/tests_components.yml b/.github/workflows/tests_components.yml index 7291729220..093d5de0c4 100644 --- a/.github/workflows/tests_components.yml +++ b/.github/workflows/tests_components.yml @@ -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 diff --git a/.github/workflows/tests_primary.yml b/.github/workflows/tests_primary.yml index 10806ccf98..0316908da9 100644 --- a/.github/workflows/tests_primary.yml +++ b/.github/workflows/tests_primary.yml @@ -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 diff --git a/.github/workflows/tests_secondary.yml b/.github/workflows/tests_secondary.yml index 10209204e9..0aa3c81287 100644 --- a/.github/workflows/tests_secondary.yml +++ b/.github/workflows/tests_secondary.yml @@ -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 diff --git a/.github/workflows/tests_stress.yml b/.github/workflows/tests_stress.yml index eb0517bd8c..6001f04567 100644 --- a/.github/workflows/tests_stress.yml +++ b/.github/workflows/tests_stress.yml @@ -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