Skip to content

Commit ff6eb99

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/astro.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v4
2727

28+
- name: Install pnpm with corepack
29+
run: corepack prepare pnpm@latest --activate
30+
2831
- name: Setup Node
2932
uses: actions/setup-node@v4
3033
with:
3134
node-version: "20"
3235
cache: "pnpm"
3336
cache-dependency-path: ${{ env.BUILD_PATH }}/pnpm-lock.yaml
3437

35-
- name: Install pnpm
36-
run: npm install -g pnpm
37-
3838
- name: Setup Pages
3939
id: pages
4040
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)