Skip to content

Commit

Permalink
Add Node.js version 14 to appveyor.yml and .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed May 1, 2020
1 parent ce3df34 commit 8d3774f
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
@@ -1,6 +1,7 @@
sudo: false
language: node_js
node_js:
- '14'
- '13'
- '12'
- '11'
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "14"

# Get the stable version of node
install:
Expand Down

0 comments on commit 8d3774f

Please sign in to comment.