Skip to content

Commit

Permalink
fix(gh): exclude node 12.x, 14.x on macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mman committed Dec 18, 2024
1 parent 555bece commit ff82310
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bundlers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
node-version: 12.x
- os: windows-latest
node-version: 14.x
- os: macos-latest
node-version: 12.x
- os: macos-latest
node-version: 14.x
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
node-version: 12.x
- os: windows-latest
node-version: 14.x
- os: macos-latest
node-version: 12.x
- os: macos-latest
node-version: 14.x
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit ff82310

Please sign in to comment.