mirror of
https://github.com/actions/setup-node.git
synced 2025-07-23 23:18:25 +02:00
Merge branch 'main' into pr/368
This commit is contained in:
commit
f9b4c76584
15 changed files with 4941 additions and 1867 deletions
|
@ -594,6 +594,7 @@ describe('setup-node', () => {
|
|||
existsSpy.mockImplementationOnce(
|
||||
input => input === path.join(__dirname, 'data', versionFile)
|
||||
);
|
||||
|
||||
// Act
|
||||
await main.run();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue