Skip to content

Commit 1075eb9

Browse files
Copilotfengmk2
andauthored
chore: update setup-vite-plus-action to setup-vp (#660)
Migrate CI workflows from deprecated `voidzero-dev/setup-vite-plus-action` to `voidzero-dev/setup-vp`. - Updated action reference in `.github/workflows/nodejs.yml` (typecheck + test jobs) - Updated action reference in `.github/workflows/pkg.pr.new.yml` <!-- START COPILOT CODING AGENT TIPS --> --- 🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. [Learn more about Advanced Security.](https://gh.io/cca-advanced-security) --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: fengmk2 <156269+fengmk2@users.noreply.github.com>
1 parent 301fb52 commit 1075eb9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1919

2020
- name: Setup Vite+
21-
uses: voidzero-dev/setup-vite-plus-action@v1
21+
uses: voidzero-dev/setup-vp@v1
2222
with:
2323
node-version: '24'
2424
cache: true
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
6262

6363
- name: Setup Vite+
64-
uses: voidzero-dev/setup-vite-plus-action@v1
64+
uses: voidzero-dev/setup-vp@v1
6565
with:
6666
node-version: ${{ matrix.node }}
6767
cache: true

.github/workflows/pkg.pr.new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v6
1414

1515
- name: Setup Vite+
16-
uses: voidzero-dev/setup-vite-plus-action@v1
16+
uses: voidzero-dev/setup-vp@v1
1717
with:
1818
node-version: 22
1919
cache: true

0 commit comments

Comments
 (0)