Skip to content

Commit 425b360

Browse files
committed
ci: exclude node 16 on Windows
1 parent dc13d12 commit 425b360

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- 16
1818
- 18
1919
- 20
20+
exclude:
21+
- os: windows-latest
22+
node: 16
2023
runs-on: ${{ matrix.os }}
2124
steps:
2225
- name: Checkout Repo

0 commit comments

Comments
 (0)