Skip to content

Commit

Permalink
chore: fix exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Jul 1, 2023
1 parent e9ef8e4 commit b861b10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/bundlers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
bundler: ['browserify', 'esbuild', 'rollup', 'webpack']
exclude:
- os: windows-latest
node-version: [12.x, 14.x]
node-version: 12.x
- os: windows-latest
node-version: 14.x
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
exclude:
- os: windows-latest
node-version: [12.x, 14.x]
node-version: 12.x
- os: windows-latest
node-version: 14.x
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit b861b10

Please sign in to comment.