From 4c7f6321a996b0776fe52570ff9841e9d1e3b6fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 05:26:30 +0000 Subject: [PATCH] Update Node.js to v24.18.0 --- .github/workflows/build.yml | 6 +++--- .nvmrc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d107471..78af3b6a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: "24.16.0" + node-version: "24.18.0" cache: "yarn" - run: "yarn install" - run: "yarn analyze" @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: "24.16.0" + node-version: "24.18.0" cache: "yarn" - run: "yarn install" - run: "yarn ci:test" @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: "24.16.0" + node-version: "24.18.0" cache: "yarn" - run: "yarn install" - run: "yarn ci:test:acc" diff --git a/.nvmrc b/.nvmrc index b832e400..ca5c3500 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.16.0 +24.18.0