From 33c67580bf60c0cc27ebcf4874bf62535f68959b Mon Sep 17 00:00:00 2001 From: Saadi Myftija Date: Wed, 3 Dec 2025 16:12:46 +0100 Subject: [PATCH] fix(releases): explicitly use no frozen lockfile in the install step --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e57def57e6..af25841d5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -127,7 +127,7 @@ jobs: node-version: 20.19.0 - name: Install and update lockfile - run: pnpm install + run: pnpm install --no-frozen-lockfile - name: Commit and push lockfile run: |