Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit c249540

Browse files
committed
Polish install check message
1 parent 1aa4ace commit c249540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ const SetupNodeStep: NpmStep = {
229229
}),
230230
);
231231
}
232-
params.body.push(`Installed Node.js version ${cfg.version}`);
232+
params.body.push(`Installed Node.js version \`${cfg.version}\``);
233233
await params.check.update({
234234
conclusion: undefined,
235235
body: params.body.join("\n\n---\n\n"),

0 commit comments

Comments
 (0)