diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 63f32a28..3b3a4491 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -27,7 +27,7 @@ jobs: echo "Expo build is disabled for forks. To enable it, add an EXPO_TOKEN secret to this repository. See https://docs.expo.dev/eas-update/github-actions/ for more information." - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 if: env.IS_EXPO_ENABLED == 'true' with: node-version: 22.x diff --git a/.github/workflows/native-update.yml b/.github/workflows/native-update.yml index 22497014..2e6d6d27 100644 --- a/.github/workflows/native-update.yml +++ b/.github/workflows/native-update.yml @@ -27,7 +27,7 @@ jobs: echo "Expo build is disabled for forks. To enable it, add an EXPO_TOKEN secret to this repository. See https://docs.expo.dev/eas-update/github-actions/ for more information." - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 if: env.IS_EXPO_ENABLED == 'true' with: node-version: 22.x