Skip to content

npm: bump typescript from 4.9.5 to 5.6.3 in /asctb-api #948

npm: bump typescript from 4.9.5 to 5.6.3 in /asctb-api

npm: bump typescript from 4.9.5 to 5.6.3 in /asctb-api #948

Triggered via pull request November 1, 2024 06:52
Status Failure
Total duration 3m 27s
Artifacts

pull_request.yml

on: pull_request
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Tests (16.x): node_modules/@types/node/globals.d.ts#L115
Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; any(signals: AbortSignal[]): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }'.
Tests (16.x)
Right operand of ?? is unreachable because the left operand is never nullish.
Tests (16.x)
Process completed with exit code 2.
Tests (16.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/