Skip to content

Commit 9f8d0e9

Browse files
committed
ci: reorder pnpm setup before Node.js in build workflow
1 parent e2522ca commit 9f8d0e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-and-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131

32+
- name: Setup pnpm
33+
uses: pnpm/action-setup@v4
34+
with:
35+
version: latest
36+
3237
- name: Setup Node.js
3338
uses: actions/setup-node@v4
3439
with:
3540
node-version: 20.16.0 # Project's Node version
3641
cache: pnpm
3742

38-
- name: Setup pnpm
39-
uses: pnpm/action-setup@v4
40-
with:
41-
version: latest
42-
4343
- name: Install dependencies
4444
run: pnpm install
4545

0 commit comments

Comments
 (0)