Merge pull request #3976 from thelounge/node-v14

Test node v14
This commit is contained in:
Pavel Djundik 2020-07-08 15:41:25 +03:00 committed by GitHub
commit 5fcfcf4f23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,15 +8,23 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
node_version: [
10.x, # EOL: April 2021
12.x, # EOL: April 2022
]
exclude:
- os: macOS-latest
include:
# EOL: April 2021
- os: ubuntu-latest
node_version: 10.x
# EOL: April 2022
- os: ubuntu-latest
node_version: 12.x
# EOL: April 2023
- os: ubuntu-latest
node_version: 14.x
- os: macOS-latest
node_version: 14.x
- os: windows-latest
node_version: 14.x
runs-on: ${{ matrix.os }}
steps: