From 4d5b0f19929b3d92c21e4a548f906fcde1de3a8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 22:05:54 +0000 Subject: [PATCH] meta: update dependency node to v24 --- .github/workflows/draft.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/draft.yml b/.github/workflows/draft.yml index bf2b42c4..a56f349f 100644 --- a/.github/workflows/draft.yml +++ b/.github/workflows/draft.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 24.x cache: yarn - run: yarn install --frozen-lockfile - run: yarn test:format diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 386efe09..407fc147 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 24.x cache: yarn - run: yarn install --frozen-lockfile - run: yarn test:format