Skip to content

Commit

Permalink
chore: drop Node.js 16 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop Node.js 16 support

Signed-off-by: dhmlau <[email protected]>
  • Loading branch information
dhmlau committed Jan 17, 2024
1 parent 18b358f commit 65cbae3
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 @@ -3,7 +3,7 @@
"version": "3.5.6",
"description": "A minimal node SOAP client",
"engines": {
"node": "16 || 18 || 20 || 21"
"node": "18 || 20 || 21"
},
"dependencies": {
"compress": "^0.99.0",
Expand Down

0 comments on commit 65cbae3

Please sign in to comment.