We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c86903 commit 8716a40Copy full SHA for 8716a40
.github/workflows/astro.yml
@@ -68,7 +68,10 @@ jobs:
68
node-version: "20"
69
cache: ${{ steps.detect-package-manager.outputs.manager }}
70
cache-dependency-path: ${{ env.BUILD_PATH }}/${{ steps.detect-package-manager.outputs.lockfile }}
71
-
+
72
+ - name: Enable pnpm
73
+ run: corepack enable
74
75
- name: Setup Pages
76
id: pages
77
uses: actions/configure-pages@v5
0 commit comments