We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62fdce4 commit e54e597Copy full SHA for e54e597
src/action.ts
@@ -9,6 +9,7 @@ const nameList = getMultilineInput('name')
9
10
async function main() {
11
console.log(`easy-setup: ${version}`)
12
+ console.log(`nodejs: ${process.version}`);
13
for (let i = 0; i < urlList.length; i++) {
14
const url = urlList[i]
15
const name = nameList[i]
0 commit comments