add Node 14 to CI matrix

pull/4709/head
Conduitry 5 years ago
parent 77ec48deba
commit 1c14e6e971

@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [8, 10, 12]
node-version: [8, 10, 12, 14]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- run: git config --global core.autocrlf false

Loading…
Cancel
Save