Skip to content

Commit fa9a1ea

Browse files
committed
Make fastNpmInstall the default
1 parent 092f105 commit fa9a1ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/com/github/gradle/node/NodeExtension.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ open class NodeExtension(project: Project) {
136136
* Requires npm 7 or later
137137
* This will become the default in 4.x
138138
*/
139-
val fastNpmInstall = project.objects.property<Boolean>().convention(false)
139+
val fastNpmInstall = project.objects.property<Boolean>().convention(true)
140140

141141
/**
142142
* Disable functionality that requires newer versions of npm

0 commit comments

Comments
 (0)