Setup vp
Version updated for https://github.com/voidzero-dev/setup-vp to version v1.6.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 automates the setup of Vite+ (vp) in CI/CD workflows, including global installation, dependency caching, and Node.js version management. It simplifies project initialization by detecting lock files, supporting all major package managers, and optionally running dependency installation. This action addresses common challenges in configuring development environments, reducing build times and ensuring consistency across workflows.
What’s Changed
What’s Changed
- feat: add bun dependency cache support by @fengmk2 in https://github.com/voidzero-dev/setup-vp/pull/42
Full Changelog: https://github.com/voidzero-dev/setup-vp/compare/v1.5.0...v1.6.0