Skip to content

Commit c5f7a8d

Browse files
authored
fix(releases): explicitly use no frozen lockfile in the install step (#2733)
1 parent 8b0f51b commit c5f7a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
node-version: 20.19.0
128128

129129
- name: Install and update lockfile
130-
run: pnpm install
130+
run: pnpm install --no-frozen-lockfile
131131

132132
- name: Commit and push lockfile
133133
run: |

0 commit comments

Comments
 (0)