Skip to content

Commit

Permalink
Revert "chore: pin node to 20.5 to work around https://github.com/nod… (
Browse files Browse the repository at this point in the history
#26979)

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

This reverts commit 874e285.
  • Loading branch information
mxschmitt authored Sep 11, 2023
1 parent 4d488b4 commit 5811d65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests_primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_secondary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5811d65

Please sign in to comment.