Skip to content

Commit 2c64518

Browse files
committed
chore: log node version
1 parent 2643b76 commit 2c64518

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ import { parseInputs } from './inputs'
1414
import { createOptions } from './options'
1515
import { parseGitRefs } from './refs'
1616

17+
console.info('Running Code PushUp GitHub action', { node: process.version })
18+
1719
export async function run(
1820
artifact = new DefaultArtifactClient(),
1921
getOctokit = github.getOctokit,

0 commit comments

Comments
 (0)