Skip to content

Commit

Permalink
chore: Update testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed Nov 13, 2024
1 parent 6d0e066 commit a6264de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node-version: [8, 10, 12, 13]
os: [ubuntu-latest, windows-latest]
node-version: [8, 20, 22]
include:
- os: windows-latest
node-version: 8
- os: macos-latest
node-version: 22
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a6264de

Please sign in to comment.