Skip to content

Commit

Permalink
updated version coverage to node 19 (#278)
Browse files Browse the repository at this point in the history
* feat: updated version coverage

* feat: added version 19 to tests

* test: removed include
  • Loading branch information
marco-ippolito committed Nov 9, 2022
1 parent 67433d0 commit 8747af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"typescript": "^4.7.4"
},
"engines": {
"node": "^18 || ^17 || ^16 || ^14 || ^12"
"node": ">=14 <20"
},
"tsd": {
"directory": "test"
Expand Down

0 comments on commit 8747af9

Please sign in to comment.