Skip to content

Commit a2b836a

Browse files
committed
chore: remove node 6 support
1 parent bac28ae commit a2b836a

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ jobs:
4545
docker:
4646
- image: rollupcabal/circleci-node-v8:latest
4747
<<: *unit_tests
48-
node-v6-latest:
49-
docker:
50-
- image: rollupcabal/circleci-node-v6:latest
51-
<<: *unit_tests
5248
analysis:
5349
docker:
5450
- image: rollupcabal/circleci-node-base:latest
@@ -77,12 +73,6 @@ workflows:
7773
filters:
7874
tags:
7975
only: /.*/
80-
- node-v6-latest:
81-
requires:
82-
- analysis
83-
filters:
84-
tags:
85-
only: /.*/
8676
- node-v8-latest:
8777
requires:
8878
- analysis

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"bugs": "https://github.com/shellscape/postcss-less/issues",
1111
"main": "lib/index.js",
1212
"engines": {
13-
"node": ">=6.14.4"
13+
"node": ">=8"
1414
},
1515
"scripts": {
1616
"ci:coverage": "nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov",

0 commit comments

Comments
 (0)