Skip to content

Commit

Permalink
Node: specify minimal Node.js version in package.json (valkey-io#2558)
Browse files Browse the repository at this point in the history
chore(node): specify minimal Node.js version in package.json

Signed-off-by: jhpung <[email protected]>
Co-authored-by: Avi Fenesh <[email protected]>
  • Loading branch information
jhpung and avifenesh authored Nov 1, 2024
1 parent 235cabe commit c825e28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
"THIRD_PARTY_LICENSES_NODE"
]
},
"engines": {
"node": ">=16"
},
"//": [
"The fields below have been commented out and are only necessary for publishing the package."
],
Expand Down

0 comments on commit c825e28

Please sign in to comment.