Skip to content

Commit de2d490

Browse files
committed
Update action.yml
1 parent beef297 commit de2d490

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ runs:
99
- uses: actions/setup-node@v4
1010
with:
1111
node-version: 20
12-
cache: pnpm
12+
cache: 'pnpm'
13+
14+
- name: Install pnpm
15+
run: npm install -g pnpm
1316

1417
- uses: actions/cache@v4
1518
id: pnpm-cache

0 commit comments

Comments
 (0)