We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0cdb4 commit 9ced657Copy full SHA for 9ced657
1 file changed
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: pnpm/action-setup@v4
23
- run: pnpm -v
24
25
- - run: pnpm install
+ - run: pnpm install --frozen-lockfile
26
27
- run: pnpm -F @gkd-kit/docs exec tsx ./.vitepress/scripts/updateVersion.ts
28
0 commit comments