Setup vp
Version updated for https://github.com/voidzero-dev/setup-vp to version v1.18.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
This GitHub Action sets up Vite+ globally via official install scripts. It automates the installation of specific Node.js versions and caches project dependencies using auto-detection of lock files. Users can also run vp install after setup and optionally use Socket Firewall Free to block malicious dependencies. The action supports various package managers and is compatible with GitLab CI/CD and Azure Pipelines through reusable templates.
What’s Changed
What’s Changed
- chore(deps): update vite-plus to v0.2.9 by @renovate[bot] in https://github.com/voidzero-dev/setup-vp/pull/125
- chore(deps): update pnpm/action-setup action to v6.0.10 by @renovate[bot] in https://github.com/voidzero-dev/setup-vp/pull/124
- feat: pin the install script to the requested version by @fengmk2 in https://github.com/voidzero-dev/setup-vp/pull/127
- docs: clarify automatic Node.js resolution by @fengmk2 in https://github.com/voidzero-dev/setup-vp/pull/130
- ci: add GitLab end-to-end testing by @fengmk2 in https://github.com/voidzero-dev/setup-vp/pull/132
- feat: resolve Vite+ executable paths from VpDirs by @fengmk2 in https://github.com/voidzero-dev/setup-vp/pull/131
- chore: release v1.18.0 by @fengmk2 in https://github.com/voidzero-dev/setup-vp/pull/133
Full Changelog: https://github.com/voidzero-dev/setup-vp/compare/v1.17.0...v1.18.0