Skip to content

Commit

Permalink
CI - exclude nodejs 12 and 14 on macos (unsupported versions)
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 authored Jul 30, 2024
1 parent 5abe603 commit 225f6d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
exclude:
- os: macos-latest
node-version: 12
node-version: 12.x
- os: macos-latest
node-version: 14
node-version: 14.x

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

0 comments on commit 225f6d8

Please sign in to comment.