From afe31e209f0512320bb767f90346ac369c38064f Mon Sep 17 00:00:00 2001 From: cjihrig Date: Thu, 16 Oct 2025 11:30:29 -0400 Subject: [PATCH] ci: test on Node v25 This commit adds the newly released v25 to the CI matrix. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4401e43700..641b2fafa7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['24', '23', '22', '20', '18'] + node: ['25', '24', '23', '22', '20', '18'] name: Node ${{ matrix.node }} validation steps: - uses: actions/checkout@v5.0.0