Skip to content

Commit

Permalink
Add node v20 to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Jan 9, 2024
1 parent da7b20a commit 8ddea19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -38,7 +38,7 @@ jobs:
contents: read
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [14, 16, 18, 20]
os: [macos-latest, ubuntu-latest, windows-latest]
exclude:
- os: windows-latest
Expand Down
1 change: 1 addition & 0 deletions .taprc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
jobs: 1
check-coverage: false
coverage: false
# in seconds
timeout: 60

0 comments on commit 8ddea19

Please sign in to comment.