Add Node 16 LTS tests and bump mac/windows tests

This commit is contained in:
Max Leiter 2021-11-04 16:59:38 -07:00
parent 7ba977d56a
commit f3af454c9e
No known key found for this signature in database
GPG Key ID: A3512F2F2F17EBDA
1 changed files with 8 additions and 4 deletions

View File

@ -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: