chore(ci): add Node 16

- released 2021-04-20
This commit is contained in:
MDLeom 2021-04-25 08:48:55 +00:00
parent b169489ce9
commit 7aa2f90e52
No known key found for this signature in database
GPG Key ID: 06C236E63CBC68AA
1 changed files with 1 additions and 1 deletions

View File

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