Skip to content

Commit 65c19c9

Browse files
authored
chore: Migrate CI from setup-vite-plus-action to setup-vp (#133)
`voidzero-dev/setup-vite-plus-action` has been renamed to `voidzero-dev/setup-vp`, and the installed binary is now `vp` instead of `vite`.
1 parent 9b90354 commit 65c19c9

3 files changed

Lines changed: 8 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,18 @@ jobs:
2222
steps:
2323
- uses: taiki-e/checkout-action@3ab630d442e198ebb0ca30872832406ca01c46eb # v1.4.0
2424

25-
- uses: oxc-project/setup-node@8958a8e040102244b619c4a94fccb657a44b1c21 # v1.0.6
26-
27-
- uses: voidzero-dev/setup-vite-plus-action@5bd070e3dfe8fd6a967ab859304e95daa4e64ea0 # v1
25+
- uses: voidzero-dev/setup-vp@679fb3bf669a1777bb417e81218c5ab904aa037f # v1
2826
with:
2927
cache: true
3028

3129
- run: npx playwright install chromium
3230

33-
- run: vite run fmt:check
31+
- run: vp run fmt:check
3432

35-
- run: vite run lint --format github
33+
- run: vp run lint --format github
3634

37-
- run: vite run test
35+
- run: vp run test
3836

39-
- run: vite run @vibe/dashboard#build
37+
- run: vp run @vibe/dashboard#build
4038

41-
- run: vite run ready
39+
- run: vp run ready

data/dependents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,4 +847,4 @@
847847
]
848848
}
849849
}
850-
}
850+
}

data/rolldown-version-stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,4 +889,4 @@
889889
"totalSize": 717928,
890890
"buildTime": 984
891891
}
892-
]
892+
]

0 commit comments

Comments
 (0)