Skip to content

Commit

Permalink
test: bump @types/node (#1059)
Browse files Browse the repository at this point in the history
This addresses the `Subsequent variable declarations must have the same type.` regarding `AbortSignal` failure on Node.js 18.
  • Loading branch information
dominykas authored Jan 2, 2023
1 parent 0542146 commit 4966a5f
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 @@ -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",
Expand Down

0 comments on commit 4966a5f

Please sign in to comment.