mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-15 00:11:11 +00:00
aint pretty but it works
This commit is contained in:
parent
1e2990d3cd
commit
9ca6fa06b4
3 changed files with 14 additions and 6 deletions
3
dist/setup/index.js
vendored
3
dist/setup/index.js
vendored
|
@ -6517,10 +6517,9 @@ function run() {
|
|||
if (registryUrl) {
|
||||
auth.configAuthentication(registryUrl, alwaysAuth);
|
||||
}
|
||||
core.info('here');
|
||||
if (cache && cache_utils_1.isCacheFeatureAvailable()) {
|
||||
core.info('here');
|
||||
if (semver_1.default.gte(version, '14.19.0')) {
|
||||
core.info('here');
|
||||
try {
|
||||
core.info(yield cache_utils_1.getCommandOutput('corepack enable'));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue