mirror of
https://git.studyfor.work/actions/gitea-tool-cache.git
synced 2026-08-30 19:32:09 -04:00
node版本 支持别名
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user