From 74c7f30d29da4dafa59c761e8c8c49d3aecd4fc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 18:42:15 +0000 Subject: [PATCH] chore(deps): bump node.js to v24 --- .github/workflows/ci.yml | 8 ++++---- .prototools | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7c8087..e635f8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 registry-url: "https://registry.npmjs.org/" - run: pnpm install - run: pnpm lint @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 registry-url: "https://registry.npmjs.org/" - uses: pnpm/action-setup@v4 - name: Re-install npm @@ -77,7 +77,7 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 cache: "pnpm" - name: Install dependencies (main branch) run: pnpm install @@ -125,7 +125,7 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 cache: "pnpm" - name: Install and build parent package run: | diff --git a/.prototools b/.prototools index e73cdda..0fff772 100644 --- a/.prototools +++ b/.prototools @@ -1,2 +1,2 @@ pnpm = "10.21.0" -node = "22.17.1" +node = "24.15.0"