From ff91716a755fc95f79b16112460f6b822c3ec1ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominykas=20Blyz=CC=8Ce=CC=87?= Date: Mon, 19 Dec 2022 13:54:15 +0200 Subject: [PATCH] test: bump @types/node This addresses the `Subsequent variable declarations must have the same type.` regarding `AbortSignal` failure on Node.js 18. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 525cf262..09937d60 100755 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "devDependencies": { "@hapi/code": "^9.0.0", "@hapi/somever": "^4.0.0", - "@types/node": "^17.0.23", + "@types/node": "^18.11.17", "cpr": "3.x.x", "lab-event-reporter": "1.x.x", "rimraf": "3.x.x",