Skip to content

Commit

Permalink
fix(test): updated test matrix (18, 20, 21)
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Jan 4, 2024
1 parent 7d78cb9 commit a2ba9c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
test:
strategy:
matrix:
node: [18.x, 20.x]
os: [ubuntu-latest, macos-latest]
node: [18.x, 20.x, 21.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a2ba9c2

Please sign in to comment.