with install #35
Annotations
10 errors and 2 warnings
deploy:
src/test/runTest.ts#L1
Cannot find module 'vscode-test' or its corresponding type declarations.
|
deploy:
src/test/suite/extension.test.ts#L1
Cannot find name 'suite'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
deploy:
src/test/suite/extension.test.ts#L1
Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
deploy:
src/test/suite/index.ts#L1
Cannot find module 'mocha' or its corresponding type declarations.
|
deploy:
src/test/suite/index.ts#L1
Cannot find module 'glob' or its corresponding type declarations.
|
deploy:
src/test/suite/index.ts#L1
Parameter 'err' implicitly has an 'any' type.
|
deploy:
src/test/suite/index.ts#L1
Parameter 'files' implicitly has an 'any' type.
|
deploy:
src/test/suite/index.ts#L1
Parameter 'f' implicitly has an 'any' type.
|
deploy:
src/test/suite/index.ts#L1
Parameter 'failures' implicitly has an 'any' type.
|
deploy
npm failed with exit code 1
|
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, HaaLeo/publish-vscode-extension@v0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, HaaLeo/publish-vscode-extension@v0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|