From 5bef7244861496058084a7b914e24efea93cbf26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 04:09:50 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/on-release-publish-to-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-release-publish-to-npm.yml b/.github/workflows/on-release-publish-to-npm.yml index 72e0ebf..6942b7c 100644 --- a/.github/workflows/on-release-publish-to-npm.yml +++ b/.github/workflows/on-release-publish-to-npm.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24 - run: npm install - uses: JS-DevTools/npm-publish@v3 with: