Test node v14
This commit is contained in:
parent
9d7888814c
commit
c5f9ef3e3d
22
.github/workflows/build.yml
vendored
22
.github/workflows/build.yml
vendored
@ -8,15 +8,23 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
include:
|
||||||
node_version: [
|
# EOL: April 2021
|
||||||
10.x, # EOL: April 2021
|
- os: ubuntu-latest
|
||||||
12.x, # EOL: April 2022
|
|
||||||
]
|
|
||||||
exclude:
|
|
||||||
- os: macOS-latest
|
|
||||||
node_version: 10.x
|
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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user