Skip to content

Commit

Permalink
Run tests against Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Aug 25, 2023
1 parent ffb3d2f commit 81b0052
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18]
node-version:
- 16
- 18
- 20
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 81b0052

Please sign in to comment.