ci: add node-14.x to workflow ()

This commit is contained in:
エリス 2021-09-08 14:56:38 +09:00 committed by GitHub
parent e0a1f3948c
commit c60dc80d75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

@ -15,6 +15,7 @@ environment:
matrix: matrix:
- nodejs_version: "10" - nodejs_version: "10"
- nodejs_version: "12" - nodejs_version: "12"
- nodejs_version: "14"
platform: platform:
- x86 - x86

@ -17,7 +17,7 @@ env:
- ANDROID_BUILD_TOOLS_VERSION=29.0.2 - ANDROID_BUILD_TOOLS_VERSION=29.0.2
language: node_js language: node_js
node_js: 12 node_js: 14
# yaml anchor/alias: https://medium.com/@tommyvn/travis-yml-dry-with-anchors-8b6a3ac1b027 # yaml anchor/alias: https://medium.com/@tommyvn/travis-yml-dry-with-anchors-8b6a3ac1b027