Skip to content

Commit

Permalink
ci: run test job on linux + windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayevans committed Jun 26, 2024
1 parent 640064b commit b4486c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
node-version: ['18.x', '20.x', '22.x']
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b4486c3

Please sign in to comment.