Skip to content

Conversation

@rushilbg
Copy link
Contributor


- name: Install Packages
run: yarn install --with-frozen-lockfile

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to add a prepare-release step here that increments the versions.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed, lerna publish should handle it automatically, updating that command below to add couple more things.

@rushilbg rushilbg marked this pull request as ready for review July 25, 2024 06:49
@rushilbg rushilbg requested a review from a team as a code owner July 25, 2024 06:49
@OttoAllmendinger OttoAllmendinger merged commit 656ece8 into master Jul 25, 2024
@OttoAllmendinger OttoAllmendinger deleted the package branch July 25, 2024 07:24

- name: Install wasm-pack
run: |
cargo install wasm-pack
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rushilbg Ideally this dependency would be in a Cargo.toml file in order to lock the version and the associated checksum.


steps:
- name: Checkout repository
uses: actions/checkout@v3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v4 of this action is available now

OttoAllmendinger added a commit that referenced this pull request Nov 7, 2025
feat: pin Rust toolchain to nightly-2025-10-23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants