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 6a2cb89 commit 704e7f8Copy full SHA for 704e7f8
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
10
- os: [ ubuntu-latest, windows-latest ]
+ os: [ ubuntu-latest, windows-latest, macos-latest ]
11
# Node 16.10 due to https://github.com/facebook/jest/issues/11956
12
node-version: [ 16.10.x, 18.x ]
13
0 commit comments