feat(ci): enable `pnpm` caching in CI (#2530)
This commit is contained in:
parent
7eb9341fdc
commit
55f52c4d50
|
|
@ -27,6 +27,7 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
check-latest: false
|
||||
cache: 'pnpm'
|
||||
- run: npm i -g pnpm
|
||||
- run: pnpm install
|
||||
- run: ./node_modules/.bin/cypress install
|
||||
|
|
|
|||
Loading…
Reference in New Issue