Skip to content

Commit 8dd093f

Browse files
committed
chore: update pnpm install command in GitHub Actions to include --force option
1 parent affcf96 commit 8dd093f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: sudo apt-get update && sudo apt-get install -y python3 make g++
2828

2929
- name: Install dependencies
30-
run: pnpm install --frozen-lockfile
30+
run: pnpm install --frozen-lockfile --force
3131

3232
- name: Run type checking
3333
run: pnpm run lint

0 commit comments

Comments
 (0)