We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711f358 commit 49a865bCopy full SHA for 49a865b
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
node: [ '12', '13', '14', '15', '16' ]
13
- os: [ macos-latest, ubuntu-latest, windows-latest ]
+ os: [ ubuntu-latest, windows-latest ]
14
15
name: ${{ matrix.os }} / Node ${{ matrix.node }}
16
0 commit comments