Skip to content

Commit 5b57e8c

Browse files
authored
chore: exclude windows node 16 (#1542)
1 parent 93e31a2 commit 5b57e8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
include: |
2121
- runs-on: ubuntu-latest
2222
node-version: 16.8
23+
exclude:
24+
- runs-on: windows-latest
25+
node-version: 16
2326
automerge:
2427
if: >
2528
github.event_name == 'pull_request' &&

0 commit comments

Comments
 (0)