feat(FN-4170): align release workflow install flag and add contract tests

Updated the release workflow to align the install flag and extended the CI workflow contract test to cover the change.

Fusion-Task-Id: FN-4170
This commit is contained in:
Fusion
2026-05-12 20:59:55 -07:00
committed by gsxdsm
parent 6792fa5673
commit 7428c4fd86
2 changed files with 10 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ jobs:
- name: Setup Node and install dependencies
uses: ./.github/actions/setup-node-pnpm
with:
install-args: ""
install-args: "--frozen-lockfile"
- name: Install Bun
uses: oven-sh/setup-bun@v2