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 crysmags committed Feb 27, 2024
1 parent d25f48b commit a22f074
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 a22f074

Please sign in to comment.