Skip to content

Commit 751b1f3

Browse files
committed
Update astro.yml
1 parent ff6eb99 commit 751b1f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/astro.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v4
2727

28-
- name: Install pnpm with corepack
29-
run: corepack prepare pnpm@latest --activate
28+
- name: Install pnpm
29+
run: npm install -g pnpm
3030

3131
- name: Setup Node
3232
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)