Skip to content

Commit fe603fa

Browse files
authored
specify pnpm version for actions
1 parent 8a16455 commit fe603fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/setup-pnpm/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ runs:
1010
steps:
1111
- name: Install pnpm
1212
uses: pnpm/action-setup@ac5bf11548bf5e19b8aadb8182072616590fa4a6
13+
with:
14+
version: 9
1315

1416
- name: Install Node.js
1517
uses: actions/setup-node@26961cf329f22f6837d5f54c3efd76b480300ace

0 commit comments

Comments
 (0)