Skip to content

Commit

Permalink
Support node 10 and 11
Browse files Browse the repository at this point in the history
  • Loading branch information
doberkofler committed Feb 5, 2019
1 parent 5d39286 commit 74905a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js

node_js:
- "8"
- "9"
- "10"
- "11"

env:
global:
Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ version: "{build}"
environment:
NODE_ENV: test
matrix:
- nodejs_version: 8
- nodejs_version: 9
- nodejs_version: 10
- nodejs_version: 11

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://github.com/doberkofler/web_plsql",
"license": "MIT",
"engines": {
"node": ">=8"
"node": ">=10"
},
"maintainers": [
{
Expand Down

0 comments on commit 74905a5

Please sign in to comment.