Skip to content

Commit ef2231c

Browse files
pnpm workflow fix.
1 parent cd53bb3 commit ef2231c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
node-version: 20.x
2222
cache: 'pnpm'
2323

24-
- name: "🧩 Install pnpm"
25-
run: npm install -g pnpm
24+
- name: "🧩 Setup pnpm"
25+
uses: pnpm/action-setup@v2
26+
with:
27+
version: 8
2628

2729
- name: "🧩 Install dependencies"
2830
run: pnpm install

0 commit comments

Comments
 (0)