workflows: add node 15 to matrices

This commit is contained in:
Zack Schuster 2020-10-29 22:50:57 -07:00
parent 328cd92258
commit eac98d2611
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [^10, ^12, ^14]
node-version: [^10, ^12, ^14, ^15]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:

View File

@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [^10, ^12, ^14]
node-version: [^10, ^12, ^14, ^15]
os: [ubuntu-latest, windows-latest, macos-latest]
steps: