From 874e285adf10de90893ac38aab80d82ba5d7ce1e Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Wed, 6 Sep 2023 16:38:19 -0700 Subject: [PATCH] chore: pin node to 20.5 to work around https://github.com/nodejs/node/issues/49497 (#26921) Works around https://github.com/nodejs/node/issues/49497 --- .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 3a04dc9ae2..f6c81b8651 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 + node-version: 20.5.x browser: chromium runs-on: ${{ matrix.os }} steps: @@ -113,10 +113,10 @@ jobs: node-version: 18 shard: 2/2 - os: ubuntu-latest - node-version: 20 + node-version: 20.5.x shard: 1/2 - os: ubuntu-latest - node-version: 20 + node-version: 20.5.x shard: 2/2 runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/tests_secondary.yml b/.github/workflows/tests_secondary.yml index 3b8a017d1c..c67c92b1e4 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 + node_version: 20.5.x timeout-minutes: 30 steps: - uses: actions/checkout@v3