Skip to content

Commit

Permalink
add windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Nov 24, 2023
1 parent a256083 commit 22887a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bevry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
node:
- '16'
- '18'
- '20'
- '21'
runs-on: ${{ matrix.os }}
continue-on-error: ${{ contains('macos-latest windows-latest', matrix.os) }}
steps:
- uses: actions/checkout@v4
- name: Install desired Node.js version
Expand Down

0 comments on commit 22887a8

Please sign in to comment.