Skip to content

Commit

Permalink
ci: add node 20 to test matrix (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Apr 24, 2023
1 parent 781fd07 commit 0b16d2e
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 @@ -39,7 +39,7 @@ jobs:

strategy:
matrix:
node-version: [14, 16, 18]
node-version: [14, 16, 18, 20]
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
Expand Down

0 comments on commit 0b16d2e

Please sign in to comment.