From 500d1105df810c83c71023700c5d5ae4e9bc82f2 Mon Sep 17 00:00:00 2001 From: Sebastian-Webster <84299475+Sebastian-Webster@users.noreply.github.com> Date: Fri, 17 Oct 2025 20:59:37 +0800 Subject: [PATCH] add test on node 25.x --- .github/workflows/node-compatibility.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-compatibility.yml b/.github/workflows/node-compatibility.yml index 57af6d3..def22ce 100644 --- a/.github/workflows/node-compatibility.yml +++ b/.github/workflows/node-compatibility.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18.x, 19.x, 20.x, 21.x, 22.x, 23.x, 24.x] + node-version: [18.x, 19.x, 20.x, 21.x, 22.x, 23.x, 24.x, 25.x] steps: - name: Checkout