From 432b6681c729e9130b3323de0844cf6da1bf3f01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 14:51:26 +0200 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 (#1079) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 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