added actions for node.js current version (16)

This commit is contained in:
Juan Hernández Serrano 2021-08-07 00:20:00 +02:00
parent 556c71dc5c
commit 09f12437b0
1 changed files with 1 additions and 1 deletions

View File

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