Skip to content

Commit

Permalink
Exclude Node v14 and v16 on macos (#364)
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Apr 29, 2024
1 parent a9d1ee1 commit 20e7b1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
exclude:
- os: windows-latest
node-version: 14
- os: macos-latest
node-version: 14
- os: macos-latest
node-version: 16

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 20e7b1c

Please sign in to comment.