Revert to oclif v3, fix version script #52
Annotations
11 warnings
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/
|
Run yarn test:
src/commands/api.ts#L5
Prefer `node:util` over `util`
|
Run yarn test:
src/commands/api.ts#L6
Prefer `node:url` over `url`
|
Run yarn test:
src/commands/api.ts#L54
Missing return type on function
|
Run yarn test:
src/commands/api.ts#L57
Do not use "require"
|
Run yarn test:
src/commands/api.ts#L58
Do not use "require"
|
Run yarn test:
src/commands/api.ts#L65
Expected blank line before this statement
|
Run yarn test:
src/commands/api.ts#L75
Expected blank line before this statement
|
Run yarn test:
src/commands/api.ts#L78
Expected blank line before this statement
|
Run yarn test:
src/commands/api.ts#L79
Use object destructuring
|
Run yarn test:
src/commands/api.ts#L85
Expected blank line before this statement
|
Loading