Skip to content

Commit ea8685a

Browse files
committed
build: require Node 19
1 parent e7333ea commit ea8685a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"url": "https://github.com/cloudconvert/cloudconvert-node/issues"
1717
},
1818
"engines": {
19-
"node": ">=16.0.0"
19+
"node": ">=19.8.0"
2020
},
2121
"dependencies": {
2222
"form-data": "^4.0.0",
2323
"socket.io-client": "^4.7.4"
2424
},
2525
"devDependencies": {
26-
"@types/node": "^16.18.79",
26+
"@types/node": "^20.11.19",
2727
"@types/socket.io-client": "^1.4.36",
2828
"@typescript-eslint/eslint-plugin": "^6.21.0",
2929
"@typescript-eslint/parser": "^6.21.0",
@@ -46,4 +46,4 @@
4646
"fmt": "prettier . --write",
4747
"lint": "eslint --ext .ts --ext .js --ext .json ."
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)