Commit e75c8ca
Fix ci-ets: pin @types/node@18 for the ArkAnalyzer build
ArkAnalyzer's npm install pulls the floating latest @types/node, whose
new d.ts files (e.g. ffi.d.ts) use syntax that ArkAnalyzer's bundled
TypeScript cannot parse, so `npm run build` fails with TS1139/TS1005
errors and the whole ci-ets job dies before any Gradle test runs.
Pin a compatible @types/node major right after npm install.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent dfb9993 commit e75c8ca
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
138 | 142 | | |
139 | 143 | | |
140 | 144 | | |
| |||
0 commit comments