Skip to content

Commit

Permalink
chore(build): Also build on node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed Sep 4, 2020
1 parent 8c5d909 commit 3f6241c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -36,6 +36,9 @@ jobs:
- <<: *test
node_js: "13"

- <<: *test
node_js: "14"

- stage: deploy
node_js: "12"
deploy:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -12,6 +12,7 @@ environment:
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "13"
- nodejs_version: "14"

platform:
- x64
Expand Down

0 comments on commit 3f6241c

Please sign in to comment.