Skip to content

Commit

Permalink
build: support Node.js 14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Apr 29, 2020
1 parent bc57152 commit 4921806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ node_js:
- "11.15"
- "12.16"
- "13.13"
- "14.0"
cache:
directories:
- node_modules
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ environment:
- nodejs_version: "11.15"
- nodejs_version: "12.16"
- nodejs_version: "13.13"
- nodejs_version: "14.0"
cache:
- node_modules
install:
Expand Down

0 comments on commit 4921806

Please sign in to comment.