Update pnpm version in GitHub Actions workflow to 10.26.1 for consistency and improved performance.
This commit is contained in:
parent
123de6a66f
commit
df436133d6
|
|
@ -48,6 +48,8 @@ jobs:
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v4
|
||||||
name: Install pnpm
|
name: Install pnpm
|
||||||
|
with:
|
||||||
|
version: 10.26.1
|
||||||
|
|
||||||
- name: Get pnpm store directory
|
- name: Get pnpm store directory
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
|
|
@ -115,7 +115,6 @@
|
||||||
"release": true
|
"release": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@10.26.1",
|
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"ignoredBuiltDependencies": [
|
"ignoredBuiltDependencies": [
|
||||||
"@parcel/watcher",
|
"@parcel/watcher",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue