fix(ci): rely on packageManager in package.json for pnpm setup action
This commit is contained in:
@@ -14,8 +14,6 @@ jobs:
|
||||
with:
|
||||
node-version: '24'
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 11
|
||||
- run: pnpm install --frozen-lockfile
|
||||
shell: bash
|
||||
- run: pnpm test
|
||||
|
||||
Reference in New Issue
Block a user