Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0db1cad

Browse filesBrowse files
authored
Update main.yml
fix: missing install step
1 parent 0cb4e46 commit 0db1cad
Copy full SHA for 0db1cad

File tree

1 file changed

+5
-0
lines changed
Filter options

1 file changed

+5
-0
lines changed

‎.github/workflows/main.yml

Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+5
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.