feat: enhance CI workflows with caching for Node.js and Rust dependen…#105
Merged
GordonSmith merged 2 commits intobytecodealliance:mainfrom Dec 11, 2025
Merged
Conversation
…cies Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR enhances CI workflows with caching for Node.js and Rust dependencies to improve build performance. It also updates GitHub Actions to their latest versions for better compatibility and features.
Key Changes:
- Added npm and Rust dependency caching to CI and release workflows
- Updated GitHub Actions versions (checkout v3→v4, setup-node v3→v4, commitlint v5→v6)
- Standardized Rust toolchain setup with wasm32-unknown-unknown target across workflows
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
.github/workflows/ci.yml |
Added Node.js npm caching, Rust toolchain setup with wasm32 target, Rust dependency caching, and WebAssembly build tools setup; updated setup-node to v4 |
.github/workflows/release-please.yml |
Added complete build environment setup including Node.js caching, Rust toolchain with wasm32 target, Rust dependency caching, and WebAssembly build tools before VSIX creation |
.github/workflows/commit-message-lint.yml |
Updated actions/checkout from v3 to v4 and wagoid/commitlint-github-action from v5 to v6 for improved compatibility |
be622b5 to
2fba6a5
Compare
GordonSmith
pushed a commit
that referenced
this pull request
Dec 11, 2025
🤖 I have created a release *beep* *boop* --- ## [0.3.20](wit-idl-v0.3.19...wit-idl-v0.3.20) (2025-12-11) ### Features * add C++ bindings generation support and update related configur… ([#103](#103)) ([84e63a6](84e63a6)) * add support for generating Markdown documentation and update re… ([#104](#104)) ([65b0f49](65b0f49)) * enhance CI workflows with caching for Node.js and Rust dependen… ([#105](#105)) ([112963a](112963a)) ### Bug Fixes * add context to WIT content parsing errors ([2772d4d](2772d4d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@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.
…cies