Skip to content

Commit

Permalink
Run CI on Windows (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored Aug 22, 2024
1 parent 14e44ca commit 21a6c66
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@ on:
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
name: Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
node-version:
- 22
- 20
- 18
os:
- ubuntu
- macos
- windows
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 21a6c66

Please sign in to comment.