mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 03:28:42 +00:00
Fix typo
This commit is contained in:
parent
2792b3f52b
commit
1797432cb7
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ export async function run() {
|
|||
|
||||
if (cache && isCacheFeatureAvailable()) {
|
||||
const cacheDependencyPath = core.getInput('cache-dependency-path');
|
||||
await restoreCache(cache, cacheDependencyPath, installedVersion);
|
||||
await restoreCache(installedVersion, cache, cacheDependencyPath);
|
||||
}
|
||||
|
||||
const matchersPath = path.join(__dirname, '../..', '.github');
|
||||
|
|
Loading…
Add table
Reference in a new issue