Skip to content

Commit

Permalink
Only test on node 14 and 21
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jan 8, 2024
1 parent 613464a commit 444f63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [ '14', '15' ,'16', '17' ]
node: [ '14', '21' ]
os: [ windows-latest, ubuntu-latest ]
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 444f63d

Please sign in to comment.