Revert "chore: pin node to 20.5 to work around https://github.com/nod… (#26979)

…ejs/node/issues/49497 (#26921)"

This reverts commit 874e285adf.
This commit is contained in:
Max Schmitt 2023-09-11 22:33:09 +02:00 committed by GitHub
parent 4d488b464a
commit 5811d65b9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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.5.x node-version: 20
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.5.x node-version: 20
shard: 1/2 shard: 1/2
- os: ubuntu-latest - os: ubuntu-latest
node-version: 20.5.x node-version: 20
shard: 2/2 shard: 2/2
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:

View File

@ -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.5.x node_version: 20
timeout-minutes: 30 timeout-minutes: 30
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3