Add Node 16 LTS tests and bump mac/windows tests
This commit is contained in:
parent
7ba977d56a
commit
f3af454c9e
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -16,15 +16,19 @@ jobs:
|
||||
# EOL: April 2023
|
||||
- os: ubuntu-latest
|
||||
node_version: 14.x
|
||||
- os: macOS-latest
|
||||
node_version: 14.x
|
||||
- os: windows-latest
|
||||
node_version: 14.x
|
||||
|
||||
# EOL: June 2021
|
||||
- os: ubuntu-latest
|
||||
node_version: 15.x
|
||||
|
||||
# EOL: April 2024
|
||||
- os: ubuntu-latest
|
||||
node_version: 16.x
|
||||
- os: macOS-latest
|
||||
node_version: 16.x
|
||||
- os: windows-latest
|
||||
node_version: 16.x
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user