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