Skip to content

Commit

Permalink
Exclude GitHub Actions check for Node 14 on macos (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
adams85 authored Apr 29, 2024
1 parent d9a2efb commit c3c2e71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/js-ssr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ jobs:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
- node-version: 14.x
os: macOS-latest

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

0 comments on commit c3c2e71

Please sign in to comment.