Skip to content

ci: use voidzero-dev/setup-vp instead#2

Draft
fengmk2 wants to merge 26 commits intomainfrom
use-setup-vp-instead
Draft

ci: use voidzero-dev/setup-vp instead#2
fengmk2 wants to merge 26 commits intomainfrom
use-setup-vp-instead

Conversation

@fengmk2
Copy link
Owner

@fengmk2 fengmk2 commented Mar 19, 2026

Replace the two-step setup pattern (actions/setup-node + pnpm/action-setup + pnpm install) with the unified voidzero-dev/setup-vp action across all CI workflows.

🔗 Linked issue

npmx-dev#2129

🧭 Context

📚 Description

@gemini-code-assist
Copy link

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@fengmk2 fengmk2 force-pushed the use-setup-vp-instead branch from 718e045 to 40eff77 Compare March 19, 2026 06:47
@fengmk2
Copy link
Owner Author

fengmk2 commented Mar 19, 2026

@fengmk2 fengmk2 force-pushed the use-setup-vp-instead branch 5 times, most recently from da26a9c to 9102ca2 Compare March 19, 2026 12:05
@fengmk2 fengmk2 force-pushed the use-setup-vp-instead branch from 9102ca2 to 586deee Compare March 20, 2026 08:23
@github-actions
Copy link

github-actions bot commented Mar 20, 2026

Lunaria Status Overview

🌕 This pull request will trigger status changes.

Learn more

By default, every PR changing files present in the Lunaria configuration's files property will be considered and trigger status changes accordingly.

You can change this by adding one of the keywords present in the ignoreKeywords property in your Lunaria configuration file in the PR's title (ignoring all files) or by including a tracker directive in the merged commit's description.

Tracked Files

File Note
i18n/locales/az-AZ.json Localization changed, will be marked as complete. 🔄️
i18n/locales/cs-CZ.json Localization changed, will be marked as complete. 🔄️
i18n/locales/de-DE.json Localization changed, will be marked as complete. 🔄️
i18n/locales/en.json Source changed, localizations will be marked as outdated.
i18n/locales/fr-FR.json Localization changed, will be marked as complete. 🔄️
i18n/locales/id-ID.json Localization changed, will be marked as complete. 🔄️
i18n/locales/ja-JP.json Localization changed, will be marked as complete. 🔄️
i18n/locales/pl-PL.json Localization changed, will be marked as complete. 🔄️
i18n/locales/ru-RU.json Localization changed, will be marked as complete. 🔄️
i18n/locales/tr-TR.json Localization changed, will be marked as complete. 🔄️
i18n/locales/uk-UA.json Localization changed, will be marked as complete. 🔄️
i18n/locales/zh-CN.json Localization changed, will be marked as complete. 🔄️
i18n/locales/zh-TW.json Localization changed, will be marked as complete. 🔄️
Warnings reference
Icon Description
🔄️ The source for this localization has been updated since the creation of this pull request, make sure all changes in the source have been applied.

fengmk2 added 5 commits March 20, 2026 16:30
Replace the two-step setup pattern (actions/setup-node + pnpm/action-setup +
pnpm install) with the unified voidzero-dev/setup-vp action across all CI
workflows. This simplifies setup to a single step with node-version, cache,
and automatic dependency installation via vp.

- Replace all pnpm vp commands with vp directly
- Build storybook via vp before passing to chromatic action
Add run-install: false and manual vp install --filter . --ignore-scripts
for lint, i18n, and tag jobs to match original behavior and avoid running
heavy postinstall tasks (generate:lexicons, generate:sprite, nuxt prepare)
in jobs that don't need them.
Cache is unnecessary when only installing root deps with --ignore-scripts.
@fengmk2 fengmk2 force-pushed the use-setup-vp-instead branch from 4a7dbed to f87c32d Compare March 20, 2026 08:30
cylewaitforit and others added 8 commits March 20, 2026 17:48
Co-authored-by: Willow (GHOST) <ghostdevbusiness@gmail.com>
Co-authored-by: Willow (GHOST) <git@willow.sh>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Willow (GHOST) <git@willow.sh>
Co-authored-by: Willow (GHOST) <git@willow.sh>
Co-authored-by: Willow (GHOST) <git@willow.sh>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants