Skip to content

Commit

Permalink
Test node v14
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Jul 8, 2020
1 parent 9d78888 commit c5f9ef3
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c5f9ef3

Please sign in to comment.