Skip to content

Commit

Permalink
Merge pull request #83 from segayuu/Change-Support-nodejs-version
Browse files Browse the repository at this point in the history
Change support nodejs version: update LTS
  • Loading branch information
tomap authored Jul 14, 2019
2 parents 3c559a8 + 535e3c4 commit 726aff5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
presets: [
['@babel/env', { "targets": { "node": 6 } }]
['@babel/env', { "targets": { "node": 8 } }]
],
plugins: [
"add-module-exports"
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
language: node_js
node_js:
- "8"
- "10"
- "node"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"rimraf": "^2.6.3"
},
"engines": {
"node": ">=6"
"node": "^8.9 || ^10.13 || >=12"
}
}

0 comments on commit 726aff5

Please sign in to comment.