Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #505 from testdouble/build-on-windows
Add windows to the build
  • Loading branch information
searls committed Feb 19, 2023
2 parents 56d5b2b + d5088b7 commit b30d2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x]
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit b30d2f4

Please sign in to comment.