Move jigoku stuff back to original folder #34
Annotations
10 errors and 2 warnings
build:
server/swu/game/attack/Attack.ts#L28
Cannot find name 'Duel'.
|
build:
server/swu/game/attack/Attack.ts#L80
Property 'WinDuel' does not exist on type 'typeof EffectNames'.
|
build:
server/swu/game/attack/Attack.ts#L81
Property 'WinDuelTies' does not exist on type 'typeof EffectNames'.
|
build:
server/swu/game/attack/Attack.ts#L82
Property 'targets' does not exist on type 'Attack'. Did you mean 'target'?
|
build:
server/swu/game/attack/Attack.ts#L82
Property 'WinDuelTies' does not exist on type 'typeof EffectNames'.
|
build:
server/swu/game/attack/Attack.ts#L90
Argument of type 'DeckCard[]' is not assignable to parameter of type 'DeckCard'.
|
build:
server/swu/game/attack/Attack.ts#L91
Property 'targets' does not exist on type 'Attack'. Did you mean 'target'?
|
build:
server/swu/game/attack/Attack.ts#L170
Property 'duelType' does not exist on type 'Attack'.
|
build:
server/swu/game/attack/Attack.ts#L171
Cannot find name 'DuelTypes'.
|
build:
server/swu/game/attack/Attack.ts#L172
Property 'gameModeOpts' does not exist on type 'Attack'.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|