Skip to content

Commit 4be4f75

Browse files
ci: align pnpm tooling with v11 migration
- Add pnpm 11.5.1 to .mise.toml and .tool-versions - Upgrade pnpm/action-setup from v4 to v6 to fix 'self-installer exits with code 1' under pnpm 11
1 parent 7e05091 commit 4be4f75

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/actions/setup-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
with:
1616
node-version-file: ${{ inputs.path }}/.node-version
1717

18-
- uses: pnpm/action-setup@v4
18+
- uses: pnpm/action-setup@v6
1919
with:
2020
run_install: false
2121
package_json_file: ${{ inputs.path }}/package.json

.mise.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tools]
22
node = "24.15.0"
3+
pnpm = "11.5.1"
34

45
[hooks]
56
enter = "mise install"

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
nodejs 24.15.0
2+
pnpm 11.5.1

0 commit comments

Comments
 (0)