Upgrading corepack before install
This commit is contained in:
@@ -20,6 +20,10 @@ runs:
|
|||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
cd "${{ inputs.path }}"
|
cd "${{ inputs.path }}"
|
||||||
|
|
||||||
|
log_info "Updating corepack to latest"
|
||||||
|
npm install -g corepack@latest
|
||||||
|
|
||||||
if ! corepack install; then
|
if ! corepack install; then
|
||||||
log_info "Finding out the package manager used"
|
log_info "Finding out the package manager used"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user