Add newly released Node.js 14 to CI. (#275)

This commit is contained in:
David Anson 2020-04-21 18:24:07 -07:00 committed by GitHub
parent 7280ea2783
commit 2ae29e2b9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [macos-latest, ubuntu-latest, windows-latest] os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [10.x, 12.x, 13.x] node-version: [10.x, 12.x, 14.x]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1