Skip to content

Commit 8716a40

Browse files
committed
Update astro.yml
1 parent 8c86903 commit 8716a40

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/astro.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ jobs:
6868
node-version: "20"
6969
cache: ${{ steps.detect-package-manager.outputs.manager }}
7070
cache-dependency-path: ${{ env.BUILD_PATH }}/${{ steps.detect-package-manager.outputs.lockfile }}
71-
71+
72+
- name: Enable pnpm
73+
run: corepack enable
74+
7275
- name: Setup Pages
7376
id: pages
7477
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)