Skip to content

Commit 3faea1b

Browse files
chore(deps): update pnpm to v11 (25_2) (#8840)
* chore(deps): update pnpm to v11 * 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 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dc37879 commit 3faea1b

4 files changed

Lines changed: 4 additions & 2 deletions

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
"dependencies": {
3232
"@types/node": "^20.19.39"
3333
},
34-
"packageManager": "pnpm@10.15.0"
34+
"packageManager": "pnpm@11.5.1"
3535
}

0 commit comments

Comments
 (0)