Skip to content

Commit

Permalink
chore: add node20 ci target (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno authored Nov 24, 2023
1 parent 19066b1 commit 71b5684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Unit tests
strategy:
matrix:
node-version: [v14.x, v16.x, v18.x]
node-version: [v14.x, v16.x, v18.x, v20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: windows-latest
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
name: System tests
strategy:
matrix:
node-version: [v14.x, v16.x, v18.x]
node-version: [v14.x, v16.x, v18.x, v20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: windows-latest
Expand Down

0 comments on commit 71b5684

Please sign in to comment.