Upgrading corepack before install
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user