Skip to content

Commit 9a9202f

Browse files
authored
s
1 parent 4c93c7f commit 9a9202f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/pnpm-build.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,20 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616

17+
- name: Setup pnpm
18+
uses: pnpm/action-setup@v4
19+
with:
20+
version: 9
21+
run_install: false
22+
1723
- name: Setup Node.js
1824
uses: actions/setup-node@v3
1925
with:
2026
node-version: 20
21-
cache: "pnpm"
22-
23-
- name: Install pnpm
24-
run: npm install -g pnpm
27+
cache: pnpm
2528

2629
- name: Install dependencies
2730
run: pnpm install
2831

29-
- name: Build all packages and sites
32+
- name: Build everything
3033
run: pnpm turbo run build

0 commit comments

Comments
 (0)