Skip to content

1.21.2 spawnpoint algorithm & update deepslate #113

1.21.2 spawnpoint algorithm & update deepslate

1.21.2 spawnpoint algorithm & update deepslate #113

Triggered via push October 15, 2024 21:13
Status Failure
Total duration 1m 21s
Artifacts

pages.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
deploy: src/components/SettingsPanel.vue#L64
Argument of type '{ readonly namespace: string; readonly path: string; equals: (other: Identifier) => boolean; toString: () => string; withPrefix: (prefix: string) => Identifier; }' is not assignable to parameter of type 'Identifier'.
deploy: src/stores/useDatapackStore.ts#L69
Argument of type 'import("/home/runner/work/mc-datapack-map/mc-datapack-map/node_modules/mc-datapack-loader/node_modules/deepslate/lib/core/Identifier").Identifier' is not assignable to parameter of type 'import("/home/runner/work/mc-datapack-map/mc-datapack-map/node_modules/deepslate/lib/core/Identifier").Identifier'.
deploy: src/stores/useDatapackStore.ts#L69
Argument of type 'import("/home/runner/work/mc-datapack-map/mc-datapack-map/node_modules/mc-datapack-loader/node_modules/deepslate/lib/core/Identifier").Identifier' is not assignable to parameter of type 'import("/home/runner/work/mc-datapack-map/mc-datapack-map/node_modules/deepslate/lib/core/Identifier").Identifier'.
deploy: src/stores/useSettingsStore.ts#L39
Property 'is' is missing in type 'Identifier' but required in type '{ readonly namespace: string; readonly path: string; is: (other: string) => boolean; equals: (other: unknown) => boolean; toString: () => string; withPrefix: (prefix: string) => Identifier; }'.
deploy
Process completed with exit code 2.
deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, 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/