move codepack enable

This commit is contained in:
Samuel Newman
2026-02-04 13:40:13 -06:00
parent 0db7cf0e05
commit 87790e6d9c
7 changed files with 33 additions and 24 deletions
@@ -56,6 +56,9 @@ jobs:
if: ${{ github.ref != 'refs/heads/main' }}
run: git fetch origin main:main --depth 100
- name: 📦 Enable Corepack
run: corepack enable
- name: 🔧 Setup Node
uses: actions/setup-node@v6
with:
@@ -176,6 +179,9 @@ jobs:
with:
fetch-depth: 5
- name: 📦 Enable Corepack
run: corepack enable
- name: 🔧 Setup Node
uses: actions/setup-node@v6
with:
@@ -192,9 +198,6 @@ jobs:
- name: ⛏️ Setup EAS local builds
run: npx eas-cli-local-build-plugin@latest
- name: 📦 Enable Corepack
run: corepack enable
- name: ⚙️ Install dependencies
run: yarn install --immutable
@@ -285,6 +288,9 @@ jobs:
with:
fetch-depth: 5
- name: 📦 Enable Corepack
run: corepack enable
- name: 🔧 Setup Node
uses: actions/setup-node@v6
with:
@@ -306,9 +312,6 @@ jobs:
distribution: "temurin"
java-version: "17"
- name: 📦 Enable Corepack
run: corepack enable
- name: ⚙️ Install dependencies
run: yarn install --immutable