We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019738e commit a257f32Copy full SHA for a257f32
1 file changed
.github/workflows/ci.yml
@@ -569,10 +569,9 @@ jobs:
569
run: bash scripts/test-templates.sh
570
571
- name: Install pnpm
572
- # version is auto-detected from root package.json `packageManager` field
573
- # (pnpm@9.15.0). Specifying `version:` here would conflict with that
574
- # and fail with ERR_PNPM_BAD_PM_VERSION.
575
uses: pnpm/action-setup@v6
+ with:
+ version: 9.15.0
576
577
- uses: actions/setup-node@v4
578
with:
0 commit comments