Skip to content

Commit 93338aa

Browse files
committed
fix: add setup pnpm to ci script
1 parent 2e2486e commit 93338aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050
echo "Unable to determine packager manager"
5151
exit 1
5252
fi
53+
- name: Setup pnpm
54+
if: steps.detect-package-manager.outputs.manager == 'pnpm'
55+
uses: pnpm/action-setup@v2
56+
with:
57+
version: 9
58+
run_install: false
5359
- name: Setup Node
5460
uses: actions/setup-node@v3
5561
with:

0 commit comments

Comments
 (0)