diff --git a/setup-node/action.yml b/setup-node/action.yml index 013fbdf..8adec34 100644 --- a/setup-node/action.yml +++ b/setup-node/action.yml @@ -15,7 +15,7 @@ inputs: description: 'Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN.' working-directory: description: 'The working directory of setup' - default: '' + default: '.' runs: