Skip to content

Commit

Permalink
ci: add node-14.x to workflow (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored Nov 28, 2020
1 parent a73dee9 commit dcbe4e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "14"

platform:
- x86
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
- ANDROID_BUILD_TOOLS_VERSION=29.0.2

language: node_js
node_js: 12
node_js: 14

# yaml anchor/alias: https://medium.com/@tommyvn/travis-yml-dry-with-anchors-8b6a3ac1b027

Expand Down

0 comments on commit dcbe4e4

Please sign in to comment.