Skip to content

Commit c40e4fc

Browse files
committed
Add pnpm install step
1 parent b55e9a6 commit c40e4fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
egress-policy: audit
2323
- name: Checkout Repo
2424
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
25+
- name: Setup pnpm
26+
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
2527
- name: Setup Node.js
2628
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
2729
with:
@@ -46,6 +48,8 @@ jobs:
4648
egress-policy: audit
4749
- name: Checkout Repo
4850
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
51+
- name: Setup pnpm
52+
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
4953
- name: Setup Node.js
5054
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
5155
with:

0 commit comments

Comments
 (0)