From fc88ca66e8ecf1abaf2ade1cfe9ed561e7d040b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 21:18:33 +0000 Subject: [PATCH] chore(deps): update node.js --- .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 531161e..fdbee47 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 registry-url: 'https://registry.npmjs.org' cache: pnpm - run: npm install -g npm@latest # ensure that the globally installed npm is new enough to support OIDC diff --git a/package.json b/package.json index f30df74..fd8f87f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "node": "22.14.0" }, "volta": { - "node": "24.11.1", + "node": "24.13.0", "pnpm": "10.28.2" }, "pnpm": {