Skip to content

add debugging to workflow #6

add debugging to workflow

add debugging to workflow #6

Triggered via push November 2, 2023 21:02
Status Failure
Total duration 41s
Artifacts

check.yml

on: push
Typecheck (Node.js v)
29s
Typecheck (Node.js v)
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Typecheck (Node.js v): doc-snippet-bot/src/cli.ts#L3
Cannot find module 'yargs' or its corresponding type declarations.
Typecheck (Node.js v): doc-snippet-bot/src/cli.ts#L4
Cannot find module 'yargs/helpers' or its corresponding type declarations.
Typecheck (Node.js v): doc-snippet-bot/src/cli.ts#L8
Cannot find module 'chalk' or its corresponding type declarations.
Typecheck (Node.js v): doc-snippet-bot/src/cli.ts#L9
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
Typecheck (Node.js v): doc-snippet-bot/src/cli.ts#L18
Cannot find module 'chalk' or its corresponding type declarations.
Typecheck (Node.js v): doc-snippet-bot/src/cli.ts#L20
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
Typecheck (Node.js v): doc-snippet-bot/src/fetch-seam-connect-openapi-spec.ts#L1
Cannot find module 'axios' or its corresponding type declarations.
Typecheck (Node.js v): doc-snippet-bot/src/find-files-to-inject-properties-into.ts#L1
Cannot find module 'fs' or its corresponding type declarations.
Typecheck (Node.js v): doc-snippet-bot/src/find-files-to-inject-properties-into.ts#L2
Cannot find module 'path' or its corresponding type declarations.
Typecheck (Node.js v): doc-snippet-bot/src/inject-properties-bot.ts#L1
Cannot find module 'fs' or its corresponding type declarations.
Typecheck (Node.js v)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/