We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5314ae commit b887602Copy full SHA for b887602
.github/workflows/unit-test.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
node-version: ${{ fromJSON(needs.node_matrix.outputs.versions) }}
16
- runs-on: windows-latest
+ runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v3
19
- uses: actions/setup-node@v3
0 commit comments