Skip to content

Commit

Permalink
ci(ci): add node 20 to test matrix (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Apr 24, 2023
1 parent de98fb9 commit 7a59aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
if: github.event.pull_request.draft == false
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [14, 16, 18, 20]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 7a59aeb

Please sign in to comment.