Skip to content

chore(release): 1.9.0 #167

chore(release): 1.9.0

chore(release): 1.9.0 #167

Triggered via push September 14, 2024 20:07
Status Success
Total duration 1m 3s
Artifacts

release.yml

on: push
release  /  publish
54s
release / publish
Fit to window
Zoom out
Zoom in

Annotations

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