Skip to content

Commit

Permalink
Add Windows to the CI OS matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
blomqma committed Mar 24, 2024
1 parent c35d411 commit 6d2edbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:
jobs:
build:
name: "Run CI pipeline"
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node: [18, 20]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
Expand Down

0 comments on commit 6d2edbc

Please sign in to comment.