Skip to content

Commit 4ee9467

Browse files
committed
build(ci): Update
1 parent 7315262 commit 4ee9467

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
node-version: 20
2121
cache: "pnpm"
2222

23+
- run: pnpm install
2324
- run: pnpm lint
2425

2526
test:
@@ -33,6 +34,8 @@ jobs:
3334
node-version: 20
3435
cache: "pnpm"
3536

37+
- run: pnpm install
38+
3639
- name: Playground prepare
3740
run: npm run dev:prepare
3841

0 commit comments

Comments
 (0)