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 27cabf1 commit 06c7546Copy full SHA for 06c7546
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ${{ matrix.os }}
24
strategy:
25
matrix:
26
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest]
27
node: [14, 16]
28
steps:
29
- name: Checkout
0 commit comments