From d4537d2d3bb60599a96db578046f3582f8e51035 Mon Sep 17 00:00:00 2001 From: Tommaso Barbugli Date: Tue, 30 Sep 2025 15:28:41 +0200 Subject: [PATCH] update node test matrix --- .github/workflows/test.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1ac5cf1..d4450a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: test-node: strategy: matrix: - version: [18, 20, 22] + version: [18, 20, 22, 23, 24] runs-on: ubuntu-latest needs: [lint] steps: diff --git a/README.md b/README.md index 68468d8..1ef5b3a 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ The package is tested against these environments: - Node.js@18 - Node.js@20 - Node.js@22 +- Node.js@23 +- Node.js@24 - Bun@1 ## What is Stream?