Skip to content

Commit

Permalink
ci: test windows too, for curiousity
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 27, 2024
1 parent 538a1a6 commit daefa50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
os: [ ubuntu-latest, windows-latest ]
node:
- ${{ fromJson(needs.get-lts.outputs.active) }}
- 22
- 21
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit daefa50

Please sign in to comment.