From 1f7e75ce28fc339ab6b3a684f160e6d8c17ac072 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 06:51:42 +0000 Subject: [PATCH] Update Node.js to v24 --- .github/workflows/ci.yml | 2 +- .nvmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02f3734..8a6ac26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 20.20.0 + node-version: 24.16.0 - run: yarn install --frozen-lockfile - run: yarn lint diff --git a/.nvmrc b/.nvmrc index 586e275..b832e40 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.20.0 +24.16.0