commit
5fcfcf4f23
22
.github/workflows/build.yml
vendored
22
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user