fix(ci): specify pnpm version for action-setup and set packageManager in package.json
This commit is contained in:
@@ -14,6 +14,8 @@ 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