We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e71362 commit 11e251aCopy full SHA for 11e251a
.travis.yml
@@ -36,9 +36,6 @@ matrix:
36
- os: linux
37
node_js: "10"
38
env: JOB_PART=test
39
- - os: linux
40
- node_js: "9"
41
- env: JOB_PART=test
42
43
node_js: "8"
44
package.json
@@ -21,7 +21,7 @@
21
"url": "https://github.com/symfony/webpack-encore/issues"
22
},
23
"engines": {
24
- "node": ">=8.0.0"
+ "node": "8.* || >= 10.*"
25
26
"homepage": "https://github.com/symfony/webpack-encore",
27
"dependencies": {
0 commit comments