diff --git a/action.yml b/action.yml index fcf772c..684bfa1 100644 --- a/action.yml +++ b/action.yml @@ -20,6 +20,10 @@ runs: shell: sh run: | cd "${{ inputs.path }}" + + log_info "Updating corepack to latest" + npm install -g corepack@latest + if ! corepack install; then log_info "Finding out the package manager used"