Skip to content

Commit 9ced657

Browse files
committed
chore: update pnpm install command to use --frozen-lockfile
1 parent ef0cdb4 commit 9ced657

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: pnpm/action-setup@v4
2323
- run: pnpm -v
2424

25-
- run: pnpm install
25+
- run: pnpm install --frozen-lockfile
2626

2727
- run: pnpm -F @gkd-kit/docs exec tsx ./.vitepress/scripts/updateVersion.ts
2828

0 commit comments

Comments
 (0)