Skip to content

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

Closed
fengmk2 wants to merge 48 commits into
mainfrom
use-setup-vp-instead
Closed

ci: use voidzero-dev/setup-vp instead#2
fengmk2 wants to merge 48 commits into
mainfrom
use-setup-vp-instead

Conversation

@fengmk2

@fengmk2fengmk2 commented Mar 19, 2026

Copy link
Copy Markdown
Owner

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
Copy Markdown

Note

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

@fengmk2
fengmk2force-pushed the use-setup-vp-instead branch from 718e045 to 40eff77CompareMarch 19, 2026 06:47
@fengmk2

Copy link
Copy Markdown
OwnerAuthor

@fengmk2
fengmk2force-pushed the use-setup-vp-instead branch 6 times, most recently from 9102ca2 to 586deeeCompareMarch 20, 2026 08:23
@github-actions

github-actionsBot commented Mar 20, 2026

Copy link
Copy Markdown

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

FileNote
i18n/locales/ar.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/az-AZ.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/bg-BG.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/bn-IN.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/cs-CZ.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/de.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/en.jsonSource changed, localizations will be marked as outdated.
i18n/locales/es.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/fr-FR.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/hi-IN.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/hu-HU.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/id-ID.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/it-IT.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/ja-JP.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/kn-IN.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/mr-IN.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/nb-NO.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/ne-NP.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/pl-PL.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/pt-BR.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/ru-RU.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/ta-IN.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/te-IN.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/tr-TR.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/uk-UA.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/vi-VN.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/zh-CN.jsonLocalization changed, will be marked as complete. 🔄️
i18n/locales/zh-TW.jsonLocalization changed, will be marked as complete. 🔄️
Warnings reference
IconDescription
🔄️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.

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
fengmk2force-pushed the use-setup-vp-instead branch from 4a7dbed to f87c32dCompareMarch 20, 2026 08:30
fengmk2and others added 28 commits March 31, 2026 20:33
…-dev#2322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Matteo Gabriele <m.gabriele.dev@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Felix Schneider <99918022+trueberryless@users.noreply.github.com>
Co-authored-by: Matteo Gabriele <m.gabriele.dev@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Vordgi <sasha2822222@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Alex Savelyev <91429106+alexdln@users.noreply.github.com>
Co-authored-by: Vordgi <sasha2822222@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
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>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Sign up for freeto 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.

17 participants

@fengmk2@ghostdevv@alfonsusac@alexdln@danielroe@nicolo-ribaudo@trueberryless@graphieros@alex-key@juliendargelos@VentyCZ@trivikr@akadotsh@miljkovic5@cylewaitforit@aitorres@RYGRIT