Skip to content

Commit

Permalink
Removing support for Node 9
Browse files Browse the repository at this point in the history
Node 9 is EOL and an upstream library no longer supports it. To avoid strange bugs,
we're explicitly removing support for it.
  • Loading branch information
weaverryan committed Jun 4, 2019
1 parent 5e71362 commit 11e251a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -36,9 +36,6 @@ matrix:
- os: linux
node_js: "10"
env: JOB_PART=test
- os: linux
node_js: "9"
env: JOB_PART=test
- os: linux
node_js: "8"
env: JOB_PART=test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/symfony/webpack-encore/issues"
},
"engines": {
"node": ">=8.0.0"
"node": "8.* || >= 10.*"
},
"homepage": "https://github.com/symfony/webpack-encore",
"dependencies": {
Expand Down

0 comments on commit 11e251a

Please sign in to comment.