diff --git a/setup-node-environment/action.yml b/setup-node-environment/action.yml index 19bcbd1..a4beeea 100644 --- a/setup-node-environment/action.yml +++ b/setup-node-environment/action.yml @@ -205,6 +205,7 @@ runs: # --frozen-lockfile # ERR_PNPM_NO_LOCKFILE  Cannot install with "frozen-lockfile" because pnpm-lock.yaml is absent pnpm store prune + echo "cache-hit: ${{ steps.cache-pnpm-restore.outputs.cache-hit }}" - id: cache-pnpm-save if: always() && steps.cache-pnpm-restore.outputs.cache-hit == 'false'