Skip to content

Commit 0db1cad

Browse files
authored
Update main.yml
fix: missing install step
1 parent 0cb4e46 commit 0db1cad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

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

23+
- run: pnpm install
24+
2325
- run: pnpm build
26+
2427
- run: pnpm lint
2528

2629
test:
@@ -33,6 +36,8 @@ jobs:
3336
with:
3437
node-version: 20
3538
cache: "pnpm"
39+
40+
- run: pnpm install
3641

3742
- run: pnpm build
3843

0 commit comments

Comments
 (0)