Skip to content

Update actions

Update actions #6

Triggered via push September 21, 2024 19:53
Status Failure
Total duration 1m 14s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
Build
Type 'CustomShaderMaterial<typeof MeshPhysicalMaterial>' does not satisfy the constraint 'Material | Material[]'.
Build
Type 'typeof MeshPhysicalMaterial' does not satisfy the constraint 'MaterialConstructor'.
Build
Type 'MutableRefObject<InstancedMesh<BufferGeometry<NormalBufferAttributes>, CustomShaderMaterial<typeof MeshPhysicalMaterial>, InstancedMeshEventMap>>' is not assignable to type 'Ref<InstancedMesh<BufferGeometry<NormalBufferAttributes>, Material | Material[], InstancedMeshEventMap>>'.
Build
Type 'typeof PointsMaterial' does not satisfy the constraint 'MaterialConstructor'.
Build
Conversion of type 'CustomShaderMaterial<MaterialConstructor>' to type 'CSMProxy<typeof MeshPhysicalMaterial>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Build
Type 'typeof MeshPhysicalMaterial' does not satisfy the constraint 'MaterialConstructor'.
Build
Type 'CustomMaterial' is not assignable to type 'Material | Material[]'.
Build
Process completed with exit code 2.
Build
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/