Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 9cf331f

Browse files
Splaktarandrewseguin
authored andcommitted
build: set engines to disable NodeJS 12 due to Gulp 3 (#11754)
Gulp 3 does not and will not support NodeJS 12 - https://stackoverflow.com/q/55921442/633107 Relates to gulpjs/gulp#2324
1 parent f81349a commit 9cf331f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,9 @@
114114
"not ie_mob <= 10",
115115
"not bb <= 10",
116116
"not op_mob <= 12.1"
117-
]
117+
],
118+
"engines": {
119+
"node": ">=8 <12",
120+
"npm": ">=5"
121+
}
118122
}

0 commit comments

Comments
 (0)