fix(releases): explicitly use no frozen lockfile in the install step (#2733)
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user