Skip to content

Commit

Permalink
chore: require node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerAberbach committed Jun 23, 2024
1 parent a6dc403 commit 95aef1c
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 @@ -25,7 +25,7 @@
],
"type": "module",
"engines": {
"node": ">= 12.17"
"node": ">= 18"
},
"exports": "./src/index.js",
"module": "./src/index.js",
Expand Down

0 comments on commit 95aef1c

Please sign in to comment.