From 0905e4424e94892dd4f638558c7bdfaa65d975af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 01:54:30 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/native-build.yml | 2 +- .github/workflows/native-update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 58155f61..25edd8bd 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -30,7 +30,7 @@ jobs: uses: actions/setup-node@v6 if: env.IS_EXPO_ENABLED == 'true' with: - node-version: 22.x + node-version: 24.x cache: yarn cache-dependency-path: front/yarn.lock diff --git a/.github/workflows/native-update.yml b/.github/workflows/native-update.yml index e4f83dee..b3329e3f 100644 --- a/.github/workflows/native-update.yml +++ b/.github/workflows/native-update.yml @@ -30,7 +30,7 @@ jobs: uses: actions/setup-node@v6 if: env.IS_EXPO_ENABLED == 'true' with: - node-version: 22.x + node-version: 24.x cache: yarn cache-dependency-path: front/yarn.lock