Update package.json to remove specific pnpm version and adjust GitHub Actions workflow to use pnpm version 10.26.1 for consistency across environments.
This commit is contained in:
parent
3a1c1fde8b
commit
c6a429a3be
|
|
@ -49,8 +49,7 @@ jobs:
|
|||
- uses: pnpm/action-setup@v4
|
||||
name: Install pnpm
|
||||
with:
|
||||
version: 8
|
||||
run_install: false
|
||||
version: 10.26.1
|
||||
|
||||
- name: Get pnpm store directory
|
||||
shell: bash
|
||||
|
|
|
|||
|
|
@ -114,7 +114,6 @@
|
|||
"release": true
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@10.26.1",
|
||||
"pnpm": {
|
||||
"ignoredBuiltDependencies": [
|
||||
"@parcel/watcher",
|
||||
|
|
|
|||
Loading…
Reference in New Issue