From 4e468fa7cd7510b6c203df6ecb3901f049d99a91 Mon Sep 17 00:00:00 2001 From: AnastasiiaHladina Date: Wed, 15 Oct 2025 17:38:04 +0300 Subject: [PATCH] chore: add Node.js 26 to CI --- .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 911fd841..51ac58de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [16, 18, 20, 22, 24] + node: [16, 18, 20, 22, 24, 26] steps: - uses: actions/setup-node@v5 with: