mirror of
https://github.com/actions/setup-node.git
synced 2025-04-24 12:22:12 +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()) {
|
if (cache && isCacheFeatureAvailable()) {
|
||||||
const cacheDependencyPath = core.getInput('cache-dependency-path');
|
const cacheDependencyPath = core.getInput('cache-dependency-path');
|
||||||
await restoreCache(cache, cacheDependencyPath, installedVersion);
|
await restoreCache(installedVersion, cache, cacheDependencyPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
const matchersPath = path.join(__dirname, '../..', '.github');
|
const matchersPath = path.join(__dirname, '../..', '.github');
|
||||||
|
|
Loading…
Add table
Reference in a new issue