Skip to content

Commit 122b698

Browse files
committed
chore: log node version
1 parent 487e962 commit 122b698

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)