Skip to content

Commit 11e251a

Browse files
committed
Removing support for Node 9
Node 9 is EOL and an upstream library no longer supports it. To avoid strange bugs, we're explicitly removing support for it.
1 parent 5e71362 commit 11e251a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ matrix:
3636
- os: linux
3737
node_js: "10"
3838
env: JOB_PART=test
39-
- os: linux
40-
node_js: "9"
41-
env: JOB_PART=test
4239
- os: linux
4340
node_js: "8"
4441
env: JOB_PART=test

package.json

+1-1
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": ">=8.0.0"
24+
"node": "8.* || >= 10.*"
2525
},
2626
"homepage": "https://github.com/symfony/webpack-encore",
2727
"dependencies": {

0 commit comments

Comments
 (0)