Skip to content

Commit

Permalink
chore: exclude windows node 16 (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jul 13, 2022
1 parent 93e31a2 commit 5b57e8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -20,6 +20,9 @@ jobs:
include: |
- runs-on: ubuntu-latest
node-version: 16.8
exclude:
- runs-on: windows-latest
node-version: 16
automerge:
if: >
github.event_name == 'pull_request' &&
Expand Down

0 comments on commit 5b57e8c

Please sign in to comment.