Skip to content

Commit

Permalink
Drop node 6,8 support and add 10,12
Browse files Browse the repository at this point in the history
  • Loading branch information
sparshithNR committed Dec 16, 2019
1 parent 3970467 commit 6651ba9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "6"
- "stable"
- "10"
- "12"
sudo: false
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ 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 @@ -16,7 +16,7 @@
"index.js"
],
"engines": {
"node": ">=6.0.0"
"node": "10.* || >=12.*"
},
"dependencies": {
"can-symlink": "^1.0.0",
Expand Down

0 comments on commit 6651ba9

Please sign in to comment.