Skip to content

Update node.js.yml

Update node.js.yml #6

Triggered via push November 4, 2024 10:22
Status Failure
Total duration 26s
Artifacts

node.js.yml

on: push
build-and-release
15s
build-and-release
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build-and-release: tscripts/lib/xboyEvents/entityDeadByHurt.ts#L10
Property 'currentValue' does not exist on type 'EntityComponent'.
build-and-release: tscripts/lib/xboyPackage/YumeSignEnum.ts#L2
Module '"@minecraft/server-gametest"' has no exported member 'LookDuration'.
build-and-release: tscripts/lib/xboyPackage/YumeSignEnum.ts#L66
Expected 4-5 arguments, but got 1.
build-and-release: tscripts/lib/xboyTools/tpsShower.ts#L3
Property 'chatSend' does not exist on type 'WorldAfterEvents'.
build-and-release: tscripts/xTerrain/main.ts#L72
Argument of type '{ x: number; y: number; z: number; }' is not assignable to parameter of type 'BlockLocation'.
build-and-release: tscripts/xTerrain/main.ts#L73
Argument of type 'Vector3' is not assignable to parameter of type 'BlockLocation'.
build-and-release: tscripts/xTerrain/main.ts#L82
Argument of type '{ x: number; y: number; z: number; }' is not assignable to parameter of type 'BlockLocation'.
build-and-release: tscripts/xTerrain/plugins/breakBlock.ts#L40
Property 'chatSend' does not exist on type 'WorldAfterEvents'.
build-and-release: tscripts/xTerrain/plugins/breakBlock.ts#L66
Property 'getViewDirection' does not exist on type 'SimulatedPlayer'.
build-and-release: tscripts/xTerrain/plugins/breakBlock.ts#L67
Property 'getHeadLocation' does not exist on type 'SimulatedPlayer'. Did you mean 'headLocation'?
build-and-release
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/