Skip to content

v3.35.10

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Jun 17:59
· 385 commits to main since this release
fix(publish): update npm dependency installation process

- Added a step to install npm dependencies using pnpm in the publish workflow.
- Removed redundant pnpm install commands from various build steps to streamline the process.

This change ensures that dependencies are installed once, improving build efficiency.