feat(ci): enable `pnpm` caching in CI (#2530)

This commit is contained in:
Saurav Maheshkar 2024-06-04 02:57:07 +01:00 committed by GitHub
parent 7eb9341fdc
commit 55f52c4d50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
check-latest: false check-latest: false
cache: 'pnpm'
- run: npm i -g pnpm - run: npm i -g pnpm
- run: pnpm install - run: pnpm install
- run: ./node_modules/.bin/cypress install - run: ./node_modules/.bin/cypress install