Skip to content

Commit 69ce420

Browse files
committed
fix: pin @types/node to Node 20 line to fix scubaclient build\n\nThe scubaclient postinstall step runs tsc --strict which fails when a\nnewer @types/node (22+) is resolved transitively, introducing a\nURLPattern type conflict with TypeScript DOM types. Pin to ^20.17.0\nto match the Node 20 runtime used in CI.\n\nissue:ZENKO-5110
1 parent 67b7123 commit 69ce420

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/ctst/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
"scripts": {
3434
"build": "tsc --build tsconfig.json",
3535
"lint": "eslint ."
36+
},
37+
"resolutions": {
38+
"@types/node": "^20.17.0"
3639
}
3740
}

0 commit comments

Comments
 (0)