ci: test only 14.x for PRs

because it's too slow!
This commit is contained in:
Thomas Vaillant
2021-01-13 19:45:08 +01:00
committed by Thomas Vaillant
parent f5fda3f165
commit e60c5bc7b6

View File

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