Skip to content

Commit

Permalink
👷 Add to tests the recently released node@20
Browse files Browse the repository at this point in the history
  • Loading branch information
vhoyer committed Apr 20, 2023
1 parent 1335bf1 commit 339cdda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- 14.x
- 16.x
- 18.x
- 20.x
name: Install dependencies (node@${{ matrix.node-version }})
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:
- 14.x
- 16.x
- 18.x
- 20.x
needs: [setup]
name: Builds Successfully (node@${{ matrix.node-version }})
runs-on: ubuntu-latest
Expand All @@ -69,6 +71,7 @@ jobs:
- 14.x
- 16.x
- 18.x
- 20.x
needs: [setup]
name: Tests are passing (node@${{ matrix.node-version }})
runs-on: ubuntu-latest
Expand Down

0 comments on commit 339cdda

Please sign in to comment.