Merge pull request #695 from pathmapper/node_14

Add Node 14 to CI workflow
This commit is contained in:
Orange Mug
2020-05-28 11:48:59 +01:00
committed by GitHub
3 changed files with 285 additions and 160 deletions

View File

@@ -48,7 +48,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10.x, 12.x]
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2