Skip to content

Commit

Permalink
chore: exclude windows node 16 (nodejs#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina authored and metcoder95 committed Dec 26, 2022
1 parent d1e748f commit e2a5e49
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 e2a5e49

Please sign in to comment.