We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec113b commit a6eec91Copy full SHA for a6eec91
.github/workflows/ci.yml
@@ -38,7 +38,8 @@ jobs:
38
node-version: ${{ vars.NODE_VERSION }}
39
cache: pnpm
40
41
- - run: pnpm install --frozen-lockfile --prefer-offline
+ - if: steps.cache.outputs.cache-hit != 'true'
42
+ run: pnpm install --frozen-lockfile --prefer-offline
43
44
- name: Save node_modules to cache
45
if: steps.cache.outputs.cache-hit != 'true'
0 commit comments