Skip to content

Commit d283776

Browse files
committed
ci: specify pnpm version
1 parent ef05da6 commit d283776

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ jobs:
88
- uses: actions/checkout@v4
99
- uses: actions/setup-node@v3
1010
with:
11-
node-version: 18
11+
node-version: 18
1212
- uses: pnpm/action-setup@v2
13+
with:
14+
version: 8
1315
- name: Install dependencies
1416
run: pnpm install
1517
- name: Build

0 commit comments

Comments
 (0)