From 7b60bbeef3381d35943ebcd78cb0590bf115a537 Mon Sep 17 00:00:00 2001 From: Alexander Gilin Date: Wed, 15 Apr 2026 14:04:10 +0300 Subject: [PATCH] build: update node versions supporting matrix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cddf1a..e23aa0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,8 @@ jobs: strategy: matrix: node_version: - - 18.x - - 20.x + - 22.x + - 24.x # https://stackoverflow.com/questions/61070925/github-actions-disable-auto-cancel-when-job-fails fail-fast: false