Skip to content

Commit 729b129

Browse files
authored
chore(actions): remove frozen lockfile for now
1 parent e48384d commit 729b129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install frontend deps
4444
env:
4545
CI: true
46-
run: pnpm install --frozen-lockfile
46+
run: pnpm install
4747

4848
- name: Build
4949
env:

0 commit comments

Comments
 (0)