Skip to content

Commit 92b7fb7

Browse files
committed
ci: add node 16
1 parent bfb1d5c commit 92b7fb7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [12.x, 14.x]
18+
node-version: [12.x, 14.x, 16]
1919

2020
steps:
2121
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Supported and tested : >= 7.6
2828

2929
| Version | Supported | Tested |
3030
| ------------- |:-------------:|:--------------:|
31+
| 16.x | yes | yes |
3132
| 14.x | yes | yes |
3233
| 12.x | yes | yes |
3334
| 10.x | yes | yes |

0 commit comments

Comments
 (0)