Conversation
…m-metadata The cargo crate program-metadata-cli does not exist. Replace it with the correct npm package @solana-program/program-metadata via pnpx. Also removes the unnecessary Rust toolchain step from the deploy job since it was only needed for the cargo install.
amilz
approved these changes
Feb 17, 2026
dev-jodee
added a commit
that referenced
this pull request
Mar 27, 2026
Add pnpm overrides for ajv, brace-expansion (major 1 and 2), flatted, h3, lodash, minimatch (major 3 and 9), and socket.io-parser; regenerate pnpm-lock.yaml. Update Cargo.lock with keccak 0.1.6 and quinn-proto 0.11.14. Remaining unpatchable alerts: #15 (elliptic, no patched release) and #21 (bigint-buffer, no patched release).
dev-jodee
added a commit
that referenced
this pull request
Mar 27, 2026
Add pnpm overrides for ajv, brace-expansion (major 1 and 2), flatted, h3, lodash, minimatch (major 3 and 9), and socket.io-parser; regenerate pnpm-lock.yaml. Update Cargo.lock with keccak 0.1.6 and quinn-proto 0.11.14. Remaining unpatchable alerts: #15 (elliptic, no patched release) and #21 (bigint-buffer, no patched release). Co-authored-by: Jo D <dev-jodee@users.noreply.github.com>
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.
Summary
cargo install program-metadata-cliwithpnpx @solana-program/program-metadata@0.5.1for IDL uploads in the devnet deploy workflowdtolnay/rust-toolchain@stablewithpnpm/action-setup@v4since Rust is no longer needed in the deploy job (only the build job)pnpxcommand downloads and executes the package on the fly without needingpnpm install