Skip to content

Commit 037bf1d

Browse files
committed
Update astro.yml
1 parent 9be3eef commit 037bf1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/astro.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
cache: "pnpm"
3333
cache-dependency-path: ${{ env.BUILD_PATH }}/pnpm-lock.yaml
3434

35+
- name: Install pnpm
36+
run: npm install -g pnpm
37+
3538
- name: Setup Pages
3639
id: pages
3740
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)