Releases: voidzero-dev/setup-vp
Releases · voidzero-dev/setup-vp
v1.10.0
Immutable
release. Only release title and notes can be modified.
v1
Setup Vite+ (vp) GitHub Action — v1
The first stable release of the official GitHub Action for setting up
Vite+ in CI workflows.
Features
- Install Vite+ globally via official install scripts (Linux, macOS, Windows)
- Node.js version management — set up any Node.js version via
vp env use - Dependency caching — auto-detects lock files (
pnpm-lock.yaml,package-lock.json,
yarn.lock) and caches package manager stores - Automatic
vp install— optionally run install after setup, with support for customcwdand
args - Multi-project support — run install in multiple directories via YAML array config
Usage
steps:
- uses: actions/checkout@v6
- uses: voidzero-dev/setup-vp@v1
with:
node-version: "24"
cache: trueLinks
v1.9.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore(deps): update pnpm to v10.33.1 by @renovate[bot] in #53
- chore: add renovate preset by @Boshen in #56
- chore: move renovate config by @Boshen in #57
- chore: ignore @void-sdk/void in renovate by @Boshen in #58
- ci: replace actions/checkout with taiki-e/checkout-action by @Boshen in #59
- feat: export PNPM_CONFIG_USERCONFIG env var for pnpm 11+ by @siketyan in #65
New Contributors
Full Changelog: v1.8.0...v1.9.0
v1.8.0
Immutable
release. Only release title and notes can be modified.
v1.7.0
What's Changed
- chore: update README with bun support and bump deps by @fengmk2 in #44
- chore(deps): update dependency typescript to v6.0.3 by @renovate[bot] in #45
- chore(deps): update vite-plus to v0.1.19 by @fengmk2 in #46
- feat: retry Vite+ install on transient network failures by @fengmk2 in #47
Full Changelog: v1.6.0...v1.7.0