Skip to content

Commit 9321eaf

Browse files
committed
chore: Remove Node 10 from CI
1 parent ae89925 commit 9321eaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dev.yml

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

3738
steps:

0 commit comments

Comments
 (0)