Pin the pnpm version
This commit is contained in:
parent
fec087c54d
commit
5b0941e7d3
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
check-latest: false
|
||||
- run: npm i -g pnpm
|
||||
- run: npm i -g pnpm@8.14.0
|
||||
- run: pnpm install
|
||||
- run: ./node_modules/.bin/cypress install
|
||||
- run: pnpm lint
|
||||
|
|
|
|||
Loading…
Reference in New Issue