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
This commit is contained in:
parent
d65da74b8f
commit
874e285adf
6
.github/workflows/tests_primary.yml
vendored
6
.github/workflows/tests_primary.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
browser: chromium
|
browser: chromium
|
||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
node-version: 20
|
node-version: 20.5.x
|
||||||
browser: chromium
|
browser: chromium
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -113,10 +113,10 @@ jobs:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
shard: 2/2
|
shard: 2/2
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
node-version: 20
|
node-version: 20.5.x
|
||||||
shard: 1/2
|
shard: 1/2
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
node-version: 20
|
node-version: 20.5.x
|
||||||
shard: 2/2
|
shard: 2/2
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
2
.github/workflows/tests_secondary.yml
vendored
2
.github/workflows/tests_secondary.yml
vendored
|
|
@ -125,7 +125,7 @@ jobs:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
node_version: 18
|
node_version: 18
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
node_version: 20
|
node_version: 20.5.x
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue