Skip to content

Commit a257f32

Browse files
choisungyongchoisungyong
authored andcommitted
ci: pin pnpm setup version for template smoke
1 parent 019738e commit a257f32

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -569,10 +569,9 @@ jobs:
569569
run: bash scripts/test-templates.sh
570570

571571
- 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.
575572
uses: pnpm/action-setup@v6
573+
with:
574+
version: 9.15.0
576575

577576
- uses: actions/setup-node@v4
578577
with:

0 commit comments

Comments
 (0)