Upgrading corepack before install

This commit is contained in:
2025-02-08 15:17:08 +01:00
parent 6dfbf74153
commit d7dd39a3f4

View File

@@ -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"