Skip to content

Commit

Permalink
chore: add engines field to package.json
Browse files Browse the repository at this point in the history
semi-randomly selected node 14, everyone should be over that? not intended to be a breaking change
  • Loading branch information
mikehardy committed Nov 4, 2023
1 parent d2ac4b5 commit c7a517d
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 @@ -57,5 +57,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14"
}
}

0 comments on commit c7a517d

Please sign in to comment.