From 74939aa9b9682d977976bb4115a3b4840ef167fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 09:10:19 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c8de6fe..966bf4d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 - name: npm install run: npm install diff --git a/package.json b/package.json index b4f185b..61c17b9 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@podium/eslint-config": "1.0.21", "@podium/semantic-release-config": "2.0.7", "@podium/typescript-config": "1.0.0", - "@types/node": "20.19.35", + "@types/node": "24.12.0", "concurrently": "9.1.2", "cronometro": "4.0.3", "eslint": "9.39.3",