Skip to content

Commit 047fc5d

Browse files
committed
fix: pnpm install --frozen-lockfile
1 parent b906f09 commit 047fc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkg-pr-new.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: "pnpm"
3030

3131
- name: Install dependencies
32-
run: pnpm install
32+
run: pnpm install --frozen-lockfile
3333

3434
- name: Build
3535
continue-on-error: true

0 commit comments

Comments
 (0)