From a08f4aed8fe7ae2109ad1509251b3ef694dfb0b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 15:43:14 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- .github/workflows/pull_request.yml | 2 +- .github/workflows/release.yml | 2 +- .nvmrc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 33de5a8d..a0389a26 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -11,7 +11,7 @@ jobs: run_install: false - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22 + node-version: 24 cache: pnpm - name: Install Dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 317966d8..cdf0006a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: run_install: false - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22 + node-version: 24 cache: pnpm - name: Install Dependencies run: pnpm install --frozen-lockfile diff --git a/.nvmrc b/.nvmrc index 3e591276..1ec89699 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.22.3 \ No newline at end of file +24.16.0 \ No newline at end of file