chore: test script #3
Annotations
8 errors and 1 warning
typecheck (22.x):
index.js#L6
Cannot find module 'fs/promises' or its corresponding type declarations.
|
typecheck (22.x):
index.js#L9
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
typecheck (22.x):
scripts/scaffold-codemod.js#L1
Cannot find module 'fs' or its corresponding type declarations.
|
typecheck (22.x):
scripts/scaffold-codemod.js#L4
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
typecheck (22.x):
test/codemod.test.js#L2
Cannot find module 'node:test' or its corresponding type declarations.
|
typecheck (22.x):
test/codemod.test.js#L3
Cannot find module 'node:fs' or its corresponding type declarations.
|
typecheck (22.x):
test/codemod.test.js#L4
Cannot find module 'assert' or its corresponding type declarations.
|
typecheck (22.x)
Process completed with exit code 2.
|
typecheck (22.x)
The following actions uses Node.js version which is deprecated 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/
|