We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 431f20f + fdb697e commit fc9aaa8Copy full SHA for fc9aaa8
.travis.yml
@@ -30,14 +30,14 @@ matrix:
30
- os: linux
31
node_js: "10"
32
env: JOB_PART=travis:lint
33
- - os: linux
34
- node_js: "11"
35
- env: JOB_PART=test
36
37
38
env: JOB_PART=test
39
40
node_js: "12"
41
+ - os: linux
+ node_js: "13"
+ env: JOB_PART=test
42
43
script: npm run $JOB_PART
package.json
@@ -21,7 +21,7 @@
21
"url": "https://github.com/symfony/webpack-encore/issues"
22
},
23
"engines": {
24
- "node": ">= 10.13.0"
+ "node": "^10.13.0 || >=12.0.0"
25
26
"homepage": "https://github.com/symfony/webpack-encore",
27
"dependencies": {
0 commit comments