-node 15, +node 16

This commit is contained in:
Aliaksei Chapyzhenka 2021-04-20 14:08:07 -07:00
parent e3f37c19fe
commit 52cf477dfe

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [10, 12, 14, 15]
node-version: [10, 12, 14, 16]
os: [ubuntu-latest] # failing on [windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1