install yargs (#8867)

Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
This commit is contained in:
matt korwel
2025-09-19 00:33:07 -07:00
committed by GitHub
parent 951596ffe4
commit c442f8ae8c

View File

@@ -48,6 +48,9 @@ jobs:
node-version-file: '.nvmrc'
cache: 'npm'
- name: 'Install Script Dependencies'
run: 'npm install yargs'
- name: 'Configure Git User'
run: |-
git config user.name "gemini-cli-robot"