Exclude node 10 on macOS from build matrix

This commit is contained in:
Pavel Djundik 2020-04-11 12:18:09 +03:00
parent a5bb486012
commit 013e55a9a6

View file

@ -13,6 +13,9 @@ jobs:
10.x, # EOL: April 2021
12.x, # EOL: April 2022
]
exclude:
- os: macOS-latest
node_version: 10.x
runs-on: ${{ matrix.os }}