From 5197d36f02b98de2299d43082a9ec9c05747533d Mon Sep 17 00:00:00 2001 From: Phillip Barta Date: Thu, 7 May 2026 12:21:33 +0200 Subject: [PATCH] ci: add node.js 26 to text 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 5acc4dc..4ffcf49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18, 19, 20, 21, 22, 23, 24, 25] + node-version: [18, 19, 20, 21, 22, 23, 24, 25, 26] steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2