Skip to content

Commit

Permalink
chore: update node version in package.json (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery authored Aug 28, 2023
1 parent 9a58112 commit ddf7344
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"module": "index.mjs",
"types": "index.d.ts",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"exports": {
"./integration": {
"types": "./integration/index.d.ts",
Expand Down

1 comment on commit ddf7344

@vercel
Copy link

@vercel vercel bot commented on ddf7344 Aug 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.