Skip to content

feat: angular 18

feat: angular 18 #51

Triggered via pull request September 14, 2024 20:01
Status Success
Total duration 1m 36s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
ci / ci
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/
ci / ci: src/commands/init/index.test.ts#L44
The type of 'stackVersions' is 'any'
ci / ci: src/commands/init/index.ts#L23
The 'version as 12 | 13 | 14 | 15 | 16 | 17 | 18' has unsafe 'as' type assertion
ci / ci: src/commands/init/index.ts#L25
The 'version as 2 | 3' has unsafe 'as' type assertion
ci / ci: src/commands/init/index.ts#L26
The 'version as 3 | 4' has unsafe 'as' type assertion
ci / ci: src/commands/init/index.ts#L27
The 'version as 3' has unsafe 'as' type assertion
ci / ci: src/commands/init/index.ts#L38
The 'name as App.AppStack' has unsafe 'as' type assertion
ci / ci: src/index.ts#L17
Unsafe argument of type `any` assigned to a parameter of type `string`
ci / ci: src/index.ts#L17
Unsafe member access .version on an `any` value
ci / ci: src/index.ts#L17
The type of 'version' is 'any'
ci / ci: src/index.ts#L26
Async arrow function has too many statements (27). Maximum allowed is 16