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 cc61dc0 commit 76d47daCopy full SHA for 76d47da
.github/workflows/ci.yml
@@ -14,16 +14,16 @@ jobs:
14
fail-fast: false
15
matrix:
16
os:
17
- # - ubuntu-latest
18
- # - macos-latest
+ - ubuntu-latest
+ - macos-latest
19
- windows-latest
20
node-version:
21
- 16
22
- # include:
23
- # - node-version: 14
24
- # os: ubuntu-latest
25
- # - node-version: 17
26
+ include:
+ - node-version: 14
+ os: ubuntu-latest
+ - node-version: 17
27
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
28
steps:
29
- uses: actions/checkout@v2
0 commit comments