fix(releases): explicitly use no frozen lockfile in the install step (#2733)

This commit is contained in:
Saadi Myftija
2025-12-03 16:28:06 +01:00
committed by GitHub
parent 8b0f51b317
commit c5f7a8daf7
+1 -1
View File
@@ -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: |