Skip to content

Commit

Permalink
Test on Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnt4n committed Sep 29, 2021
1 parent 2def743 commit 4624140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ let regex = regjsgen.generate(ast);

## Support

Tested in Node.js 10, 12 and 14.<br>
Compatible with regjsparser v0.6.4’s AST.
Tested in Node.js 10, 12, 14, and 16.<br>
Compatible with regjsparser v0.7.0’s AST.


[ci]: https://github.com/bnjmnt4n/regjsgen/actions
Expand Down

0 comments on commit 4624140

Please sign in to comment.