From 1bdcee71fa343c46b18dc6aceffb4cd1e35209c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Fri, 6 Aug 2021 09:23:02 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c0f2b3fe..e30718da 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: path: required: false description: 'Path of package.json' - default: "./" + default: './' fallbackNode: required: false description: 'Fallback if engines npm version is not defined'