From 683d21066bcbc297e50bb11f0faa66697f9bde75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 20:50:20 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9f708b1..70433af 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: npm - node-version: 18 + node-version: 24 - run: npm ci - run: npm test createComment: @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: npm - node-version: 18 + node-version: 24 - run: npm ci - run: node test/fixtures/app.js env: