Skip to content

Commit

Permalink
💚 [Debug] Try without updating old Corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
sounisi5011 committed Mar 13, 2023
1 parent 6fd6ece commit 1631259
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@ jobs:
# This has been fixed in Corepack v0.11, so if the old Corepack is detected, this will be updated.
# see https://github.com/nodejs/corepack/issues/110
# see https://github.com/nodejs/corepack/pull/84
if is_old_corepack; then
echo "::group::Old Corepack is detected ( corepack@$(corepack --version 2>/dev/null || echo '[Execution failed; Unknown version]') ). Update this"
npm_install_global 'corepack@0.11.2'
echo '::endgroup::'
fi
# if is_old_corepack; then
# echo "::group::Old Corepack is detected ( corepack@$(corepack --version 2>/dev/null || echo '[Execution failed; Unknown version]') ). Update this"
# npm_install_global 'corepack@0.11.2'
# echo '::endgroup::'
# fi
echo "corepack_available=1" >> "${GITHUB_ENV}"
fi
Expand Down

0 comments on commit 1631259

Please sign in to comment.