Skip to content

Commit adef32b

Browse files
committed
Setup pnpm
1 parent 38959a4 commit adef32b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-docs-to-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ jobs:
4141
uses: actions/setup-node@v4
4242
with:
4343
node-version: "20"
44-
cache: ${{ steps.detect-package-manager.outputs.manager }}
44+
- name: Setup pnpm
45+
uses: pnpm/action-setup@v2
46+
with:
47+
version: 8
4548
- name: Setup Pages
4649
uses: actions/configure-pages@v5
4750
with:

0 commit comments

Comments
 (0)