From 8a4cea3390a8c57d0058c1df36d7bf6af8a43ede Mon Sep 17 00:00:00 2001 From: Hleb Rubanau Date: Wed, 11 Mar 2026 17:40:07 +0100 Subject: [PATCH] chore(ci): matrix test against node 22, 24 --- .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 181a16c..3efbde4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: test: strategy: matrix: - node-version: [18, 20, 21] + node-version: [18, 20, 21, 22, 24] runs-on: ubuntu-latest services: