From 64e7373d6976dd3ec32a92dbc31ff19700fe152a Mon Sep 17 00:00:00 2001 From: Phillip Barta Date: Thu, 16 Oct 2025 13:51:39 +0200 Subject: [PATCH] ci: add node.js 25 to test matrix (#6843) --- .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 13d3f688..ee6159cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - node-version: [18, 19, 20, 21, 22, 23, 24] + node-version: [18, 19, 20, 21, 22, 23, 24, 25] # Node.js release schedule: https://nodejs.org/en/about/releases/ name: Node.js ${{ matrix.node-version }} - ${{matrix.os}}