Update CI node versions (#39940)

Drop 8, add 14
This commit is contained in:
Nathan Shively-Sanders 2020-08-06 14:14:21 -07:00 committed by GitHub
parent 91a7c359b3
commit dd09e8799c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 13.x]
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2

View file

@ -2,8 +2,8 @@ language: node_js
node_js:
- 'node'
- '12'
- '10'
- '8'
env:
- workerCount=3 timeout=600000