From 5811d65b9d844d8d76e50e48ab4ccb74317e6c74 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 11 Sep 2023 22:33:09 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"chore:=20pin=20node=20to=2020.5=20to?= =?UTF-8?q?=20work=20around=20https://github.com/nod=E2=80=A6=20(#26979)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …ejs/node/issues/49497 (#26921)" This reverts commit 874e285adf10de90893ac38aab80d82ba5d7ce1e. --- .github/workflows/tests_primary.yml | 6 +++--- .github/workflows/tests_secondary.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests_primary.yml b/.github/workflows/tests_primary.yml index b493427b8a..c5e98f08ab 100644 --- a/.github/workflows/tests_primary.yml +++ b/.github/workflows/tests_primary.yml @@ -39,7 +39,7 @@ jobs: node-version: 18 browser: chromium - os: ubuntu-22.04 - node-version: 20.5.x + node-version: 20 browser: chromium runs-on: ${{ matrix.os }} steps: @@ -113,10 +113,10 @@ jobs: node-version: 18 shard: 2/2 - os: ubuntu-latest - node-version: 20.5.x + node-version: 20 shard: 1/2 - os: ubuntu-latest - node-version: 20.5.x + node-version: 20 shard: 2/2 runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/tests_secondary.yml b/.github/workflows/tests_secondary.yml index 18531181f1..eb41c87cd5 100644 --- a/.github/workflows/tests_secondary.yml +++ b/.github/workflows/tests_secondary.yml @@ -125,7 +125,7 @@ jobs: - os: ubuntu-latest node_version: 18 - os: ubuntu-latest - node_version: 20.5.x + node_version: 20 timeout-minutes: 30 steps: - uses: actions/checkout@v3