Remove specific pnpm version from GitHub Actions workflow to allow for more flexible dependency management.
This commit is contained in:
parent
79cf312d6c
commit
917cbb469e
|
|
@ -18,8 +18,6 @@ jobs:
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v4
|
||||||
name: Install pnpm
|
name: Install pnpm
|
||||||
with:
|
|
||||||
version: 10.12.1
|
|
||||||
|
|
||||||
- name: Get pnpm store directory
|
- name: Get pnpm store directory
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue