Skip to content

Commit 55f52c4

Browse files
feat(ci): enable pnpm caching in CI (#2530)
1 parent 7eb9341 commit 55f52c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
check-latest: false
30+
cache: 'pnpm'
3031
- run: npm i -g pnpm
3132
- run: pnpm install
3233
- run: ./node_modules/.bin/cypress install

0 commit comments

Comments
 (0)