Skip to content

Commit 48fdad6

Browse files
committed
ci fix
Signed-off-by: Hrusi01 <hrusikeshkar01@gmail.com>
1 parent 3bb07a8 commit 48fdad6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
run: npm install -g pnpm@9.15.4
2424

2525
- name: Install dependencies
26-
run: pnpm install
26+
run: pnpm install --no-frozen-lockfile
27+
2728

2829
- name: Run pnpm check:all
2930
run: pnpm check:all

0 commit comments

Comments
 (0)