mirror of
https://github.com/actions/setup-node.git
synced 2025-07-04 00:24:58 +00:00
Merge branch 'main' into pr/368
This commit is contained in:
commit
f9b4c76584
15 changed files with 4941 additions and 1867 deletions
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
"node": "^14.0.0"
|
||||
},
|
||||
"volta": {
|
||||
"node": "16.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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