From ddd66bbbbecdac07c9c9b470ab8b0817f11de262 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Thu, 22 Aug 2024 08:54:21 -0400 Subject: [PATCH] Fix default cache path --- .github/setup-node/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/setup-node/action.yaml b/.github/setup-node/action.yaml index 6d9eb08e557d..e30400d42de5 100644 --- a/.github/setup-node/action.yaml +++ b/.github/setup-node/action.yaml @@ -12,7 +12,7 @@ inputs: cache-dependency-path: description: 'The path to the dependency file to cache' required: false - default: 'galaxy root/client/yarn.lock' + default: './client/yarn.lock' runs: using: "composite" steps: