From 8f51f55a465e6b20cd993b9335016a28b00af2cf Mon Sep 17 00:00:00 2001 From: Roman Date: Thu, 14 May 2026 08:41:27 +0100 Subject: [PATCH] ci: run tests on Node 24 and 26 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 97c83cc2..536cd393 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [18.x, 20.x, 22.x, 24.x, 26.x] steps: - uses: actions/checkout@v4