We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35d411 commit 54ec332Copy full SHA for 54ec332
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
build:
10
name: "Run CI pipeline"
11
- runs-on: ubuntu-latest
+ runs-on: [ubuntu-latest, windows-latest]
12
strategy:
13
matrix:
14
node: [18, 20]
0 commit comments