Commit bba060f
committed
[CI] Pin TypeScript toolchain for the ArkAnalyzer build
ArkAnalyzer is installed without a lockfile, so 'typescript' and
'@types/node' float to the latest versions on every CI run. A recent
'@types/node' release is not parseable by the TypeScript version the
project builds with, failing 'npm run build' in the ci-ts job. Pin a
known-good toolchain with 'npm install --no-save'.1 parent ea5e952 commit bba060f
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
152 | 160 | | |
153 | 161 | | |
154 | 162 | | |
| |||
0 commit comments