Skip to content

Commit

Permalink
Merge pull request #22 from chrisbutler/patch-1
Browse files Browse the repository at this point in the history
Support Node 18
  • Loading branch information
arpadHegedus authored Jan 10, 2023
2 parents 871b341 + ba8ad11 commit 68ec87f
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 @@ -45,7 +45,7 @@
}
],
"engines": {
"node": ">=10.0.0 <17.0.0"
"node": ">=10.0.0 <19.0.0"
},
"scripts": {
"test": "jest"
Expand Down

0 comments on commit 68ec87f

Please sign in to comment.