ci: update node versions

This commit is contained in:
Thomas Vaillant
2021-01-14 16:48:35 +01:00
parent 3398775e82
commit d51cb5d3ec
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [14.x, 12.x, 10.x]
node-version: [15.x, 14.x, 12.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2

View File

@@ -68,7 +68,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [14.x] # we test 12.x and 10.x in master build, because it's too slow
node-version: [14.x] # we test 15.x and 12.x in master build, because it's too slow
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2