Skip to content

Commit

Permalink
Drop node 8 support (#238)
Browse files Browse the repository at this point in the history
* drop node 8 support

* update travis
  • Loading branch information
tylerturdenpants authored Feb 3, 2020
1 parent 88e07f2 commit 0593595
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "8"
- "10"
- "12"

cache: yarn

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
"debug:integration": "node --inspect-brk ./test/run-test.js",
"debug:test": "node --inspect-brk ./node_modules/.bin/jest -i -t ",
"deploy": "npm version patch && git push && git push --tags && npm publish",
"lint": "eslint . --cache",
"release": "release-it",
"test:integration": "node ./test/run-test.js",
"test": "codemod-cli test --coverage"
},
Expand Down Expand Up @@ -52,7 +52,7 @@
"release-it-lerna-changelog": "^1.0.3"
},
"engines": {
"node": "^8 || >=10"
"node": "10.* || >=12.*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit 0593595

Please sign in to comment.