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:
parent
b9b5c7689f
commit
97dc680536
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user