Replace Node 15 with 16 in CI tests. (

This commit is contained in:
David Anson 2021-04-20 14:07:18 -07:00 committed by GitHub
parent 47ff95e8d2
commit 34b9518cfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [10.x, 12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2