Adds node 14 CICD testing

Begin preparation for upgrading to Node.js 14 which is still in Active LTS
This commit is contained in:
Dispatch 2021-03-08 13:03:55 -08:00 committed by Sean Yesmunt
parent af8b683308
commit 909b81c4ba

View file

@ -20,7 +20,7 @@ jobs:
name: 'build' name: 'build'
strategy: strategy:
matrix: matrix:
node-version: [12.x] node-version: [12.x, 14.x]
os: os:
- ubuntu-latest - ubuntu-latest
- macos-latest - macos-latest