Adds node 14 CICD testing
Begin preparation for upgrading to Node.js 14 which is still in Active LTS
This commit is contained in:
parent
af8b683308
commit
909b81c4ba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
name: 'build'
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x]
|
||||
node-version: [12.x, 14.x]
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
|
|
Loading…
Reference in a new issue