From 0e9591abf4748f004da41cfd0217f7e83dbe80f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:53:06 +0000 Subject: [PATCH] Update actions/setup-node action to v4 --- .github/workflows/eas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eas.yml b/.github/workflows/eas.yml index 1e42cdc..7712300 100644 --- a/.github/workflows/eas.yml +++ b/.github/workflows/eas.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v3 - name: 🏗 Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 - name: 🏗 Install pnpm run: npm install -g pnpm