Skip to content

Commit

Permalink
removing support for Node 13
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Dec 31, 2020
1 parent 343a4fe commit 3c43cea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ matrix:
node_js: "12"
env: JOB_PART=test
- os: linux
node_js: "13"
node_js: "14"
env: JOB_PART=test

script: npm run $JOB_PART
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/symfony/webpack-encore/issues"
},
"engines": {
"node": "^10.22.1 || >=12.0.0"
"node": "^10.22.1 || ^12.0.0 || >=14.0.0"
},
"homepage": "https://github.com/symfony/webpack-encore",
"dependencies": {
Expand Down

0 comments on commit 3c43cea

Please sign in to comment.