mirror of
https://github.com/actions/setup-node.git
synced 2025-06-30 14:43:48 +00:00
print runner_os
This commit is contained in:
parent
26961cf329
commit
d68174657c
2 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@ export const restoreCache = async (
|
|||
throw new Error(`Caching for '${packageManager}' is not supported`);
|
||||
}
|
||||
const platform = process.env.RUNNER_OS;
|
||||
|
||||
core.info(`platform runner.os: ${platform}`);
|
||||
const cachePaths = await getCacheDirectories(
|
||||
packageManagerInfo,
|
||||
cacheDependencyPath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue