Skip to content

Commit 771339a

Browse files
fix: syntax
1 parent b03eca2 commit 771339a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/astro.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
exit 1
6363
fi
6464
- name: Setup pnpm
65-
if: steps.detect-package-manager.outputs.manager == 'pnpm'
66-
uses: pnpm/action-setup@v2
67-
with:
68-
version: 9
65+
if: steps.detect-package-manager.outputs.manager == 'pnpm'
66+
uses: pnpm/action-setup@v2
67+
with:
68+
version: 9
6969
- name: Setup Node
7070
uses: actions/setup-node@v4
7171
with:

0 commit comments

Comments
 (0)