github workflow scripts #3
ci-cd.yml
on: push
install dependencies (pnpm)
18s
check linting (prettier)
14s
check linting (eslint)
17s
build
12s
Annotations
5 errors and 4 warnings
build:
src/functions/deployCommands.ts#L4
Cannot find module '../../config.json' or its corresponding type declarations.
|
build:
src/functions/mongo.ts#L3
Cannot find module '../../config.json' or its corresponding type declarations.
|
build:
index.ts#L4
Cannot find module './config.json' or its corresponding type declarations.
|
build:
src/commands/tag.ts#L13
Cannot find module '../../config.json' or its corresponding type declarations.
|
build
Process completed with exit code 1.
|
install dependencies (pnpm)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check linting (prettier)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check linting (eslint)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|