Merge branch 'main' into pr/368

This commit is contained in:
Dmitry Shibanov 2022-10-03 12:30:59 +02:00
commit f9b4c76584
15 changed files with 4941 additions and 1867 deletions

View file

@ -1,5 +1,8 @@
{
"engines": {
"node": ">=14.0.0"
"node": "^14.0.0"
},
"volta": {
"node": "16.0.0"
}
}

View file

@ -594,6 +594,7 @@ describe('setup-node', () => {
existsSpy.mockImplementationOnce(
input => input === path.join(__dirname, 'data', versionFile)
);
// Act
await main.run();