From 9e3f4be97297a73c141a711b5028232ecc2a6e92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:51:30 +0000 Subject: [PATCH] Update dependency node to v24.17.0 --- .github/workflows/npmpublish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 496288ba..5459bd5b 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v6.0.2 - uses: actions/setup-node@v6.4.0 with: - node-version: 20.20.2 + node-version: 24.17.0 - run: npm ci - run: npm test @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v6.0.2 - uses: actions/setup-node@v6.4.0 with: - node-version: 24.15.0 + node-version: 24.17.0 registry-url: https://registry.npmjs.org/ package-manager-cache: false - run: npm ci