From e031d99edfa41bf28ed71db3b8adf373f75ce218 Mon Sep 17 00:00:00 2001 From: Mathieu Picciolli Date: Tue, 21 Jul 2026 16:29:28 -0400 Subject: [PATCH] feat: add Node.js 26.x to CI workflow matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ade886a..7acd6a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [22.x, 24.x] + node-version: [22.x, 24.x, 26.x] steps: - uses: actions/checkout@v4