Skip to content

Commit 5b6b798

Browse files
committed
ignoring node 20 on ubuntu
retry-cli has an issue
1 parent 91ad933 commit 5b6b798

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
os: [macos-latest, windows-latest, ubuntu-latest]
1616
node: [20, 18]
1717
electron: [30, 28, 23]
18+
exclude:
19+
# there's an issue with signals in retry-cli on linux in node 20 🤷‍♀️
20+
- os: ubuntu-latest
21+
node: 20
1822
include:
1923
- os: ubuntu-latest
2024
node: 16

0 commit comments

Comments
 (0)