Skip to content

Commit 7267baa

Browse files
committed
fix(workflows): set specific pnpm version
1 parent 6576836 commit 7267baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-dependencies/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
- name: Install pnpm 📦
1010
uses: pnpm/[email protected]
1111
with:
12-
version: 9
12+
version: 9.1.0
1313
run_install: false
1414

1515
- name: Setup pnpm config 📖

0 commit comments

Comments
 (0)