-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support node up to and including 12.x
- Loading branch information
1 parent
b64ea3f
commit d7908a2
Showing
3 changed files
with
40 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,11 @@ node_js: | |
- '4' | ||
- '5' | ||
- '6' | ||
- '8' | ||
- '10' | ||
- '11' | ||
- '12' | ||
sudo: false | ||
addons: | ||
apt: | ||
sources: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
"tap": "^1.3.2" | ||
}, | ||
"dependencies": { | ||
"nan": "^2.0.5" | ||
"nan": "^2.13.2" | ||
}, | ||
"tags": [ | ||
"log", | ||
|