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
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