From 4544e59554e005dacbfc36d1291d44373ff451e9 Mon Sep 17 00:00:00 2001 From: Peter Ashwood Date: Tue, 12 May 2026 17:29:23 +0000 Subject: [PATCH] feat(setup-node): change default working dir to `'.'` --- setup-node/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: