We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03eca2 commit 771339aCopy full SHA for 771339a
1 file changed
.github/workflows/astro.yml
@@ -62,10 +62,10 @@ jobs:
62
exit 1
63
fi
64
- name: Setup pnpm
65
- if: steps.detect-package-manager.outputs.manager == 'pnpm'
66
- uses: pnpm/action-setup@v2
67
- with:
68
- version: 9
+ if: steps.detect-package-manager.outputs.manager == 'pnpm'
+ uses: pnpm/action-setup@v2
+ with:
+ version: 9
69
- name: Setup Node
70
uses: actions/setup-node@v4
71
with:
0 commit comments