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
+6 -3
View File
@@ -28,15 +28,15 @@ jobs:
with:
fetch-depth: 0
- name: 📦 Enable Corepack
run: corepack enable
- name: 🔧 Setup Node
uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
cache: yarn
- name: 📦 Enable Corepack
run: corepack enable
- name: Ensure tracking relevant branches and checkout base
env:
HEAD_REF: ${{ github.head_ref }}
@@ -124,6 +124,9 @@ jobs:
run: git fetch origin main:main --depth 100
if: github.event_name == 'pull_request'
- name: 📦 Enable Corepack
run: corepack enable
- name: 🔧 Setup Node
uses: actions/setup-node@v6
with: