From 2735d486214c0be80917e6ed2697dc14069fef9d Mon Sep 17 00:00:00 2001 From: Phillip Barta Date: Wed, 3 Dec 2025 19:13:36 +0100 Subject: [PATCH] ci: add Node.js 25 to test 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 ce5efe3..0e70c52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] # Node.js release schedule: https://nodejs.org/en/about/releases/ - node-version: [18, 19, 20, 21, 22, 23, 24] + node-version: [18, 19, 20, 21, 22, 23, 24, 25] steps: - uses: actions/checkout@v6