JS tests: add Node.js 16 (#33720)

This commit is contained in:
XhmikosR 2021-04-22 13:51:03 +03:00 committed by GitHub
parent 3ebccc70c2
commit b3916ebdd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [10, 12, 14]
node: [10, 12, 14, 16]
steps:
- name: Clone repository