Skip to content

Commit bfc7fea

Browse files
ci(gha): use pnpm/action-setup with package_json_file to honor pinned pnpm version
1 parent e7ae66f commit bfc7fea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install pnpm
3636
uses: pnpm/action-setup@v4
3737
with:
38-
version: latest
38+
package_json_file: package.json
3939
run_install: false
4040
- name: Setup Node.js ${{ matrix.node-version }}
4141
uses: actions/setup-node@v4
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install pnpm
6666
uses: pnpm/action-setup@v4
6767
with:
68-
version: latest
68+
package_json_file: package.json
6969
run_install: false
7070
- name: Setup Node.js 24
7171
uses: actions/setup-node@v4
@@ -103,7 +103,7 @@ jobs:
103103
- name: Install pnpm
104104
uses: pnpm/action-setup@v4
105105
with:
106-
version: latest
106+
package_json_file: package.json
107107
run_install: false
108108
- name: Setup Node.js 24 (with npm registry)
109109
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)