From 4b718f4cee3d6af89b5725f4f01ec5ceed769f81 Mon Sep 17 00:00:00 2001 From: mini2024 Date: Sun, 6 Apr 2025 03:23:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=BC=93=E5=AD=98=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E6=AD=A5=E9=AA=A4=E4=B8=AD=E6=B7=BB=E5=8A=A0=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E5=91=BD=E4=B8=AD=E7=9A=84=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup-node-environment/action.yml | 1 + 1 file changed, 1 insertion(+) 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'