Skip to content

Commit

Permalink
Restore Node engine >= 18
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Feb 14, 2024
1 parent 157c5ce commit 1248afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"typescript": "^4.9.4"
},
"engines": {
"node": ">= 20.0.0"
"node": ">= 18.0.0"
},
"files": [
"lib/**/*"
Expand Down

0 comments on commit 1248afc

Please sign in to comment.