We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb1d5c commit 92b7fb7Copy full SHA for 92b7fb7
.github/workflows/node.js.yml
@@ -15,7 +15,7 @@ jobs:
15
16
strategy:
17
matrix:
18
- node-version: [12.x, 14.x]
+ node-version: [12.x, 14.x, 16]
19
20
steps:
21
- uses: actions/checkout@v2
README.md
@@ -28,6 +28,7 @@ Supported and tested : >= 7.6
28
29
| Version | Supported | Tested |
30
| ------------- |:-------------:|:--------------:|
31
+| 16.x | yes | yes |
32
| 14.x | yes | yes |
33
| 12.x | yes | yes |
34
| 10.x | yes | yes |
0 commit comments