mirror of
https://github.com/googleworkspace/cli.git
synced 2026-09-14 16:47:13 +08:00
ci: use pnpm install --frozen-lockfile in release workflow
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@googleworkspace/cli": patch
|
||||
---
|
||||
|
||||
Use `pnpm install --frozen-lockfile` in CI for reproducible dependency resolution
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user