node版本 支持别名

This commit is contained in:
空巷一人
2024-03-09 20:34:58 +08:00
parent 6e207856a2
commit 5197a2fe70
6 changed files with 304 additions and 38580 deletions
+4 -4
View File
@@ -48,14 +48,14 @@ describe('gitea-tool-cache', () => {
os['platform'] = 'win32';
os['arch'] = 'x64';
// node
// inputs['node-version'] = '18.18.0';
// await nodeInstall();
inputs['node-version'] = '18';
await nodeInstall();
// // go
// inputs['go-version'] = '1.21.1';
// await goInstall();
// dotnet
inputs['dotnet-version'] = '6.0.100';
await dotnetInstall();
// inputs['dotnet-version'] = '6.0.100';
// await dotnetInstall();
});
// it('installs linux', async () => {