mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-14 07:51:11 +00:00
Update tests
This commit is contained in:
parent
8f9fe012e3
commit
2ebb54b081
3 changed files with 9 additions and 7 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue