Skip to content

Commit 5987b18

Browse files
fabiancookdhmlau
authored andcommitted
chore: update node engines to anything 18 or above (#996)
Signed-off-by: Fabian Cook <[email protected]>
1 parent 3a80e4b commit 5987b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "4.1.11",
44
"description": "A minimal node SOAP client",
55
"engines": {
6-
"node": "18 || 20 || 21 || 22"
6+
"node": ">=18"
77
},
88
"dependencies": {
99
"@cypress/request": "^3.0.8",

0 commit comments

Comments
 (0)