diff --git a/.github/workflows/sdk.yml b/.github/workflows/sdk.yml index a783aeb1ee968..9736f9ef5b09b 100644 --- a/.github/workflows/sdk.yml +++ b/.github/workflows/sdk.yml @@ -32,12 +32,15 @@ jobs: runs-on: ubuntu-22.04 steps: - name: 👀 Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 100 - name: ⬇️ Fetch commits from base branch run: git fetch origin ${{ github.event.before || github.base_ref || 'main' }}:${{ github.event.before || github.base_ref || 'main' }} --depth 100 if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' + - uses: actions/setup-node@v4 + with: + node-version: 20 - name: ♻️ Restore caches uses: ./.github/actions/expo-caches id: expo-caches