Skip to content

Commit e54e597

Browse files
committed
add node version
1 parent 62fdce4 commit e54e597

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/action.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const nameList = getMultilineInput('name')
99

1010
async function main() {
1111
console.log(`easy-setup: ${version}`)
12+
console.log(`nodejs: ${process.version}`);
1213
for (let i = 0; i < urlList.length; i++) {
1314
const url = urlList[i]
1415
const name = nameList[i]

0 commit comments

Comments
 (0)