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

Commit f5d68c9

Browse files
committed
Add missing default value for node version
fixes #80
1 parent 3741c68 commit f5d68c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

skill.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ export const Skill = skill<
7878
displayName: "Node.js version",
7979
description:
8080
"Version of Node.js to install (should be a valid [nvm alias or version](https://github.com/nvm-sh/nvm#usage))",
81+
placeHolder: "lts",
82+
defaultValue: "lts",
8183
required: false,
8284
},
8385
publish: {

0 commit comments

Comments
 (0)