Skip to content

Commit 74a1bee

Browse files
authored
chore: Fix CI (#140)
chore(ci): Add additional Node versions to matrix chore(ci): Temporarily only build on x86_64 MacOS chore(ci): Remove Node 10 due to Streamx breaking compatibility
1 parent 7782659 commit 74a1bee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dev.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
node: [10, 12, 14, 16]
35-
os: [ubuntu-latest, windows-latest, macos-latest]
34+
# Node 10 is removed until Streamx restores compatibility
35+
node: [12, 14, 16, 18, 20, 22, 24]
36+
os: [ubuntu-latest, windows-latest, macos-13]
3637

3738
steps:
3839
- name: Clone repository

0 commit comments

Comments
 (0)