fix(ci): use full dependency resolution for staging migrators

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Dotta 2026-09-07 14:17:04 -05:00
parent 02be57fb3d
commit b11cb8b5f8
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ jobs:
with:
node-version: 24
- name: Resolve branch manifest changes before the frozen install
run: pnpm install --lockfile-only --ignore-scripts --no-frozen-lockfile
run: pnpm install --resolution-only --ignore-scripts --no-frozen-lockfile
- run: pnpm install --frozen-lockfile
- name: Build matching migrator artifacts
env: