Skip to content

Commit

Permalink
ci: optimize test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Oct 28, 2023
1 parent 9dbec05 commit 925f6ef
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 @@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04, windows-2022 ]
node-version: [ 14, 16, 18, 20 ]
node-version: [ 14, 20 ]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 925f6ef

Please sign in to comment.