chore: add support to use pnpm instead of npm for install#385
Merged
jerop merged 3 commits intogoogle-github-actions:mainfrom Nov 10, 2025
Merged
chore: add support to use pnpm instead of npm for install#385jerop merged 3 commits intogoogle-github-actions:mainfrom
jerop merged 3 commits intogoogle-github-actions:mainfrom
Conversation
Signed-off-by: Dylan Yurgionas <dcreey@google.com>
jerop
requested changes
Nov 7, 2025
Contributor
jerop
left a comment
There was a problem hiding this comment.
please run npm run docs to update the inputs
Contributor
Author
Done |
jerop
approved these changes
Nov 10, 2025
Merged
google-github-actions-bot
added a commit
that referenced
this pull request
Nov 21, 2025
## What's Changed * feat: support direct wif by @fredrikaverpil in #380 * feat(issue triage): Get all labels of the repository by @chouetz in #346 * Prompt engineering for `gemini-scheduled-triage.toml`. by @joshualitt in #356 * Sync `/examples` with `.github/` - refactor examples to also use custom commands in prompts by @jerop in #386 * chore: add support to use pnpm instead of npm for install by @dcreey in #385 * feat(telemetry): set GHA_NAME dynamically from workflow by @MJjainam in #390 ## New Contributors * @fredrikaverpil made their first contribution in #380 * @chouetz made their first contribution in #346 * @dcreey made their first contribution in #385 * @MJjainam made their first contribution in #390 **Full Changelog**: v0.1.14...v0.1.15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change introduces an option to install and use pnpm for installing the gemini-cli. In my own testing on a github actions runner pnpm installed gemini-cli@latest in 10 seconds whereas npm installed in 50 seconds.