mirror of
https://github.com/thomvaill/log4brains.git
synced 2022-05-07 18:36:09 +03:00
ci: test only 14.x for PRs
because it's too slow!
This commit is contained in:
committed by
Thomas Vaillant
parent
f5fda3f165
commit
e60c5bc7b6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user