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
+3 -3
View File
@@ -21,14 +21,14 @@ jobs:
BASE_REF: ${{ github.base_ref }}
run: git fetch origin $BASE_REF --depth=1
- name: 📦 Enable Corepack
run: corepack enable
- name: Install node
uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- name: 📦 Enable Corepack
run: corepack enable
- name: Reset yarn.lock to base
env:
BASE_REF: ${{ github.base_ref }}