add actions for node current version (16)

This commit is contained in:
Juan Hernández Serrano 2021-08-06 17:34:44 +02:00
parent 842560a4ea
commit 1febe0f090
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10, 12, 14]
node-version: [10, 12, 14, 16]
steps:
- uses: actions/checkout@v2