From 35f3eb71ade7bf03134f9af3e4b9f70371065697 Mon Sep 17 00:00:00 2001 From: Phillip Barta Date: Thu, 7 May 2026 11:53:56 +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 bc578920..112684cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18.0.0, 18, 19, 20, 21, 22, 23, 24, 25] + node-version: [18.0.0, 18, 19, 20, 21, 22, 23, 24, 25, 26] steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2