Skip to content

Commit d4537d2

Browse files
committed
update node test matrix
1 parent 5bfb32f commit d4537d2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
test-node:
3333
strategy:
3434
matrix:
35-
version: [18, 20, 22]
35+
version: [18, 20, 22, 23, 24]
3636
runs-on: ubuntu-latest
3737
needs: [lint]
3838
steps:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ The package is tested against these environments:
1414
- Node.js@18
1515
- Node.js@20
1616
- Node.js@22
17+
- Node.js@23
18+
- Node.js@24
1719
- Bun@1
1820

1921
## What is Stream?

0 commit comments

Comments
 (0)