We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b383227 commit 84bda6cCopy full SHA for 84bda6c
1 file changed
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest]
14
steps:
15
- uses: actions/checkout@master
16
- uses: actions/setup-node@master
0 commit comments