Skip to content

Commit

Permalink
Drop node 6 and add 12 (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
thoov authored May 16, 2019
1 parent d4e4e0c commit 3454e35
Show file tree
Hide file tree
Showing 3 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,8 +1,8 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"
sudo: false

cache:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ init:
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"

# Install scripts. (runs after repo cloning)
install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"typescript": "^3.3.3333"
},
"engines": {
"node": ">= 6"
"node": "8.* || >= 10.*"
}
}

0 comments on commit 3454e35

Please sign in to comment.