Setup vp
Version updated for https://github.com/voidzero-dev/setup-vp to version v1.7.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-vp GitHub Action streamlines the setup of Vite+ (vp) environments by automating the global installation of Vite+, optional Node.js version management, and dependency caching with lockfile detection. It simplifies project setup workflows by supporting all major package managers, enabling automated dependency installation, and offering flexibility for custom configurations like working directories and private package registries. This action is ideal for automating consistent, efficient development and CI/CD pipelines.
What’s Changed
What’s Changed
- chore: update README with bun support and bump deps by @fengmk2 in https://github.com/voidzero-dev/setup-vp/pull/44
- chore(deps): update dependency typescript to v6.0.3 by @renovate[bot] in https://github.com/voidzero-dev/setup-vp/pull/45
- chore(deps): update vite-plus to v0.1.19 by @fengmk2 in https://github.com/voidzero-dev/setup-vp/pull/46
- feat: retry Vite+ install on transient network failures by @fengmk2 in https://github.com/voidzero-dev/setup-vp/pull/47
Full Changelog: https://github.com/voidzero-dev/setup-vp/compare/v1.6.0...v1.7.0