Skip to content

Commit

Permalink
ignoring node 20 on ubuntu
Browse files Browse the repository at this point in the history
retry-cli has an issue
  • Loading branch information
catdad committed Apr 28, 2024
1 parent 91ad933 commit 5b6b798
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-latest]
node: [20, 18]
electron: [30, 28, 23]
exclude:
# there's an issue with signals in retry-cli on linux in node 20 🤷‍♀️
- os: ubuntu-latest
node: 20
include:
- os: ubuntu-latest
node: 16
Expand Down

0 comments on commit 5b6b798

Please sign in to comment.