diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 82d975d..63dd80e 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
- node-version: [10.x, 12.x, 14.x]
+ node-version: [10.x, 12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2
diff --git a/README.md b/README.md
index 906401c..2f8d148 100644
--- a/README.md
+++ b/README.md
@@ -30,8 +30,8 @@ let regex = regjsgen.generate(ast);
## Support
-Tested in Node.js 10, 12 and 14.
-Compatible with regjsparser v0.6.4’s AST.
+Tested in Node.js 10, 12, 14, and 16.
+Compatible with regjsparser v0.7.0’s AST.
[ci]: https://github.com/bnjmnt4n/regjsgen/actions