diff --git a/.github/setup-node/action.yaml b/.github/setup-node/action.yaml index 1bf774106b4e..6d9eb08e557d 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: 'client/yarn.lock' + default: 'galaxy root/client/yarn.lock' runs: using: "composite" steps: