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
|
||||
name: Install pnpm
|
||||
with:
|
||||
version: 10.26.1
|
||||
|
||||
- name: Get pnpm store directory
|
||||
shell: bash
|
||||
|
|
|
|||
|
|
@ -115,7 +115,6 @@
|
|||
"release": true
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@10.26.1",
|
||||
"pnpm": {
|
||||
"ignoredBuiltDependencies": [
|
||||
"@parcel/watcher",
|
||||
|
|
|
|||
Loading…
Reference in New Issue