Compare commits

...

1 Commits

Author SHA1 Message Date
Matt Travi
97dc680536
ci(windows): added windows to the os matrix
in hopes of reproducing https://github.com/semantic-release/semantic-release/issues/2658
2023-01-09 17:02:32 -06:00

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