Skip to content

Commit 3c43cea

Browse files
committed
removing support for Node 13
1 parent 343a4fe commit 3c43cea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ matrix:
3737
node_js: "12"
3838
env: JOB_PART=test
3939
- os: linux
40-
node_js: "13"
40+
node_js: "14"
4141
env: JOB_PART=test
4242

4343
script: npm run $JOB_PART

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"url": "https://github.com/symfony/webpack-encore/issues"
2222
},
2323
"engines": {
24-
"node": "^10.22.1 || >=12.0.0"
24+
"node": "^10.22.1 || ^12.0.0 || >=14.0.0"
2525
},
2626
"homepage": "https://github.com/symfony/webpack-encore",
2727
"dependencies": {

0 commit comments

Comments
 (0)