Skip to content

Commit 76d47da

Browse files
committed
ci: uncomment
1 parent cc61dc0 commit 76d47da

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os:
17-
# - ubuntu-latest
18-
# - macos-latest
17+
- ubuntu-latest
18+
- macos-latest
1919
- windows-latest
2020
node-version:
2121
- 16
22-
# include:
23-
# - node-version: 14
24-
# os: ubuntu-latest
25-
# - node-version: 17
26-
# os: ubuntu-latest
22+
include:
23+
- node-version: 14
24+
os: ubuntu-latest
25+
- node-version: 17
26+
os: ubuntu-latest
2727
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
2828
steps:
2929
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)