Skip to content

use a validation time interval to improve perf #12

use a validation time interval to improve perf

use a validation time interval to improve perf #12

Triggered via push June 17, 2024 10:58
Status Failure
Total duration 18s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/catalyst/@types/events.d.ts#L5
Module '"@minecraft/server"' has no exported member 'ChatSendBeforeEvent'.
build: src/catalyst/@types/events.d.ts#L18
'"@minecraft/server"' has no exported member named 'PlayerPlaceBlockBeforeEvent'. Did you mean 'PlayerPlaceBlockAfterEvent'?
build: src/catalyst/@types/events.d.ts#L21
Module '"@minecraft/server"' has no exported member 'ChatSendAfterEvent'.
build: src/catalyst/@types/events.d.ts#L43
Module '"@minecraft/server"' has no exported member 'MessageReceiveAfterEvent'.
build: src/catalyst/@types/events.d.ts#L61
Module '"@minecraft/server"' has no exported member 'WatchdogTerminateBeforeEvent'.
build: src/catalyst/core/command.ts#L5
Module '"@minecraft/server"' has no exported member 'ChatSendBeforeEvent'.
build: src/catalyst/core/command.ts#L272
Property 'chatSend' does not exist on type 'WorldBeforeEvents'.
build: src/catalyst/core/command.ts#L272
Parameter 'ev' implicitly has an 'any' type.
build: src/catalyst/core/index.ts#L64
Property 'beforeEvents' does not exist on type 'System'.
build: src/catalyst/core/index.ts#L64
Parameter 'ev' implicitly has an 'any' type.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.