Setup vp
Version updated for https://github.com/voidzero-dev/setup-vp to version v1.8.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 is designed to automate the setup of Vite+ (vp) in workflows, including global installation, dependency caching, and optional Node.js version management. It simplifies the process of configuring Vite+ environments by handling dependency detection, installation, and support for major package managers, while also streamlining authentication for private registries. This action helps developers save time and ensure consistent project setups across CI/CD pipelines.
What’s Changed
What’s Changed
- fix: surface vp install errors outside collapsed log group by @fengmk2 in https://github.com/voidzero-dev/setup-vp/pull/52
- feat: respect project .npmrc without requiring registry-url by @fengmk2 in https://github.com/voidzero-dev/setup-vp/pull/54
Full Changelog: https://github.com/voidzero-dev/setup-vp/compare/v1.7.0...v1.8.0