ci(windows): added windows to the os matrix

in hopes of reproducing https://github.com/semantic-release/semantic-release/issues/2658
This commit is contained in:
Matt Travi 2023-01-09 17:02:32 -06:00
parent b9b5c7689f
commit 97dc680536
No known key found for this signature in database
GPG Key ID: CB62529BDFD29894

View File

@ -19,8 +19,11 @@ jobs:
node-version:
- 18.0.0
- 19
os:
- ubuntu-latest
- windows-latest
runs-on: ubuntu-latest
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v3