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 05f0c73 commit e8c8907Copy full SHA for e8c8907
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, windows-latest]
18
# node v10 disable, see https://github.com/jsdom/jsdom/issues/2795
19
# node: [10, 12, 14]
20
node: [12, 14]
0 commit comments