Skip to content

Merge pull request #1 from DIG-Network/release/v0.0.1-alpha.2 #1

Merge pull request #1 from DIG-Network/release/v0.0.1-alpha.2

Merge pull request #1 from DIG-Network/release/v0.0.1-alpha.2 #1

Triggered via push September 9, 2024 15:11
Status Failure
Total duration 1m 13s
Billable time 1m
Artifacts

build.yaml

on: push
Build Node.js and Push Docker
12s
Build Node.js and Push Docker
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build Node.js and Push Docker: src/index.ts#L2
Cannot find module '../utils/config' or its corresponding type declarations.
Build Node.js and Push Docker: src/middleware/verifyMnemonic.ts#L1
Cannot find module '../../blockchain' or its corresponding type declarations.
Build Node.js and Push Docker: src/services/precacheService.ts#L1
Cannot find module '../../utils/config' or its corresponding type declarations.
Build Node.js and Push Docker: src/services/precacheService.ts#L2
Cannot find module '../../blockchain' or its corresponding type declarations.
Build Node.js and Push Docker: src/tasks/payouts.ts#L1
Could not find a declaration file for module 'lodash'. '/home/runner/work/dig-incentive-server/dig-incentive-server/node_modules/lodash/lodash.js' implicitly has an 'any' type.
Build Node.js and Push Docker: src/tasks/payouts.ts#L3
Cannot find module '../../blockchain/ServerCoin' or its corresponding type declarations.
Build Node.js and Push Docker: src/tasks/payouts.ts#L4
Cannot find module '../../utils/config' or its corresponding type declarations.
Build Node.js and Push Docker: src/tasks/payouts.ts#L8
Cannot find module '../../DigNetwork' or its corresponding type declarations.
Build Node.js and Push Docker: src/tasks/payouts.ts#L9
Cannot find module '../../blockchain' or its corresponding type declarations.
Build Node.js and Push Docker: src/tasks/payouts.ts#L162
Parameter 'hexKey' implicitly has an 'any' type.
Build Node.js and Push Docker
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/