Skip to content

Commit b1cf884

Browse files
committed
ci: vite-vue3 ci 缺失 node 和 pnpm 环境
1 parent af8f841 commit b1cf884

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.changeset/silent-moose-divide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"vite-vue3": patch
3+
---
4+
5+
ci: vite-vue3 ci 缺失 node 和 pnpm 环境

.github/workflows/vite-vue3.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717

18+
- name: Setup Node.js 18
19+
uses: actions/setup-node@v4
20+
with:
21+
node-version: 18
22+
23+
- name: Setup pnpm
24+
uses: pnpm/[email protected]
25+
with:
26+
version: 9.4.0
27+
1828
- name: Build Dist
1929
run: |
2030
pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)