Add Node 15 to CI test matrix.

This commit is contained in:
David Anson 2020-11-06 19:19:29 -08:00
parent dc4e07ad5b
commit bc0b7373ff

View file

@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x, 15.x]
steps:
- uses: actions/checkout@v2