Update tests

This commit is contained in:
Uladzimir Havenchyk
2022-08-01 12:03:42 +03:00
parent 8f9fe012e3
commit 2ebb54b081
3 changed files with 9 additions and 7 deletions

View File

@@ -99,7 +99,7 @@ function resolveVersionInput(): string {
return version;
}
async function printEnvDetailsAndSetOutput() {
export async function printEnvDetailsAndSetOutput() {
core.startGroup('Environment details');
const promises = ['node', 'npm', 'yarn'].map(async tool => {