Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 229bb6c

Browse files
authored
Add node-gyp dependencies option (CI Ignore)
1 parent 79082e9 commit 229bb6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

script-library/container-features/src/features.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,11 @@
546546
"proposals": [ "lts", "latest", "16", "14", "12" ],
547547
"default": "lts",
548548
"description": "Select or enter a Node.js version to install"
549+
},
550+
"nodeGypDependencies": {
551+
"type": "boolean",
552+
"default": true,
553+
"description": "Install dependencies to compile native node modules (node-gyp)?"
549554
}
550555
},
551556
"init": true,

0 commit comments

Comments
 (0)