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: