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.
1 parent 343a4fe commit 3c43ceaCopy full SHA for 3c43cea
.travis.yml
@@ -37,7 +37,7 @@ matrix:
37
node_js: "12"
38
env: JOB_PART=test
39
- os: linux
40
- node_js: "13"
+ node_js: "14"
41
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.22.1 || >=12.0.0"
+ "node": "^10.22.1 || ^12.0.0 || >=14.0.0"
25
26
"homepage": "https://github.com/symfony/webpack-encore",
27
"dependencies": {
0 commit comments