Skip to content

migration to electron-forge, secure app #129

migration to electron-forge, secure app

migration to electron-forge, secure app #129

Re-run triggered October 25, 2024 22:35
Status Failure
Total duration 57s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
checks: src/renderer/assets/assetFiles.ts#L8
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
checks: src/renderer/assets/assetFiles.ts#L9
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
checks: src/renderer/assets/assetFiles.ts#L12
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
checks: src/renderer/assets/assetFiles.ts#L15
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
checks: src/renderer/assets/assetFiles.ts#L18
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
checks: src/renderer/assets/assetFiles.ts#L21
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
checks: src/renderer/components/battle/Playerlist.vue#L8
Type '(bot: EngineAI, teamId: number) => void' is not assignable to type '(ai: EngineAI | GameAI, teamId: string) => void'.
checks: src/renderer/components/battle/Playerlist.vue#L15
Type 'string | number' is not assignable to type 'string'.
checks: src/renderer/components/battle/Playerlist.vue#L53
Type 'number' is not assignable to type 'string'.
checks: src/renderer/components/common/ContextMenu.vue#L18
Type 'Emits' does not satisfy the constraint 'ComponentTypeEmits'.