Skip to content

Commit

Permalink
JS tests: add Node.js 16 (#33720)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed May 4, 2021
1 parent 454c016 commit 05b7797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [10, 12, 14]
node: [10, 12, 14, 16]

steps:
- name: Clone repository
Expand Down

0 comments on commit 05b7797

Please sign in to comment.