mirror of
https://github.com/actions/setup-java.git
synced 2025-04-19 17:36:45 +00:00
Upgrade Node to v20 (#558)
* Build changes * 4.0.0 * node version update * changes * upgrade to v20 * Removing conflicts * Upgrade to v20 in the reusable workflows * Rebased index.js * Removing conflicts * Resolving conflicts * Fomat check * failed checks fix
This commit is contained in:
parent
9eda6b51cc
commit
387ac29b30
44 changed files with 18098 additions and 24439 deletions
|
@ -79,7 +79,7 @@ async function run() {
|
|||
await restore(cache, cacheDependencyPath);
|
||||
}
|
||||
} catch (error) {
|
||||
core.setFailed(error.message);
|
||||
core.setFailed((error as Error).message);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue