From 348f90175f7a7bff9b01b035a066a947c57c2b5d Mon Sep 17 00:00:00 2001 From: theomart77 <69779428+theomart77@users.noreply.github.com> Date: Mon, 25 Jan 2021 00:23:59 -0500 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2acc8196..6c6f22ea 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: description: 'Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0' check-latest: description: 'Set this option if you want the action to check for the latest available version that satisfies the version spec' - default: false + default: true registry-url: 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' scope: