From b76664d88ffc47efc59b4cefe3d357009698cfc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 00:50:46 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/eas-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eas-update.yml b/.github/workflows/eas-update.yml index 17ecae2..88bc4c6 100644 --- a/.github/workflows/eas-update.yml +++ b/.github/workflows/eas-update.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3.6.0 - name: Setup Node - uses: actions/setup-node@v3.9.1 + uses: actions/setup-node@v6.4.0 with: node-version: 18.20.8 cache: yarn