ci: use pnpm install --frozen-lockfile in release workflow

This commit is contained in:
jpoehnelt-bot
2026-03-31 11:31:55 -06:00
parent f4ee658360
commit 44a59c5051
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@googleworkspace/cli": patch
---
Use `pnpm install --frozen-lockfile` in CI for reproducible dependency resolution
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
cache: 'pnpm'
- name: Install Dependencies
run: pnpm install
run: pnpm install --frozen-lockfile
- run: |
git config --global user.name "googleworkspace-bot"