Skip to content

Commit

Permalink
bump engines to node >= 16 (nodejs#2119)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag authored and crysmags committed Feb 27, 2024
1 parent 82e2392 commit 632efa5
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 @@ -104,7 +104,7 @@
"ws": "^8.11.0"
},
"engines": {
"node": ">=14.0"
"node": ">=16.0"
},
"standard": {
"env": [
Expand Down

0 comments on commit 632efa5

Please sign in to comment.