Skip to content

Commit 0593595

Browse files
Drop node 8 support (#238)
* drop node 8 support * update travis
1 parent 88e07f2 commit 0593595

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
3-
- "8"
43
- "10"
4+
- "12"
55

66
cache: yarn
77

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
2424
"debug:integration": "node --inspect-brk ./test/run-test.js",
2525
"debug:test": "node --inspect-brk ./node_modules/.bin/jest -i -t ",
26-
"deploy": "npm version patch && git push && git push --tags && npm publish",
2726
"lint": "eslint . --cache",
27+
"release": "release-it",
2828
"test:integration": "node ./test/run-test.js",
2929
"test": "codemod-cli test --coverage"
3030
},
@@ -52,7 +52,7 @@
5252
"release-it-lerna-changelog": "^1.0.3"
5353
},
5454
"engines": {
55-
"node": "^8 || >=10"
55+
"node": "10.* || >=12.*"
5656
},
5757
"publishConfig": {
5858
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)