Skip to content

Commit a6eec91

Browse files
committed
update ci
1 parent 5ec113b commit a6eec91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
node-version: ${{ vars.NODE_VERSION }}
3939
cache: pnpm
4040

41-
- run: pnpm install --frozen-lockfile --prefer-offline
41+
- if: steps.cache.outputs.cache-hit != 'true'
42+
run: pnpm install --frozen-lockfile --prefer-offline
4243

4344
- name: Save node_modules to cache
4445
if: steps.cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)