fix: typos #1
Annotations
10 errors and 2 warnings
src/cibusScraper.ts#L1
Cannot find module 'puppeteer' or its corresponding type declarations.
|
src/cibusScraper.ts#L1
'Promise' only refers to a type, but is being used as a value here. Do you need to change your target library? Try changing the 'lib' compiler option to es2015 or later.
|
src/cibusScraper.ts#L1
An async function or method in ES5/ES3 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option.
|
src/cibusScraper.ts#L1
Parameter 'resolve' implicitly has an 'any' type.
|
src/cibusScraper.ts#L1
Parameter 'reject' implicitly has an 'any' type.
|
src/cibusScraper.ts#L1
An async function or method in ES5/ES3 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option.
|
src/cibusScraper.ts#L1
Parameter 'response' implicitly has an 'any' type.
|
src/cibusScraper.ts#L1
Property 'parseFloat' does not exist on type 'NumberConstructor'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later.
|
src/logger.ts#L1
Cannot find module 'pino' or its corresponding type declarations.
|
src/tests/cibusScraper.test.ts#L1
Cannot find module './testConfig' or its corresponding type declarations.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
This job failed
Loading