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
+1
View File
@@ -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