We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pnpm
1 parent 7eb9341 commit 55f52c4Copy full SHA for 55f52c4
.github/workflows/main.yml
@@ -27,6 +27,7 @@ jobs:
27
with:
28
node-version: ${{ matrix.node-version }}
29
check-latest: false
30
+ cache: 'pnpm'
31
- run: npm i -g pnpm
32
- run: pnpm install
33
- run: ./node_modules/.bin/cypress install
0 commit comments