Skip to content

feat: impl post, put, delete #10 #59

feat: impl post, put, delete #10

feat: impl post, put, delete #10 #59

Triggered via push January 7, 2024 08:35
Status Failure
Total duration 2m 21s
Artifacts

node.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 3 warnings
build (ubuntu-latest, 18.x): src/views/editor/index.vue#L63
Argument of type '{ defaultToken: string; tokenPostfix: string; keywords: string[]; typeKeywords: string[]; symbols: RegExp; escapes: RegExp; digits: RegExp; octaldigits: RegExp; binarydigits: RegExp; hexdigits: RegExp; tokenizer: { ...; }; }' is not assignable to parameter of type 'IMonarchLanguage | Thenable<IMonarchLanguage>'.
build (ubuntu-latest, 18.x): src/views/editor/index.vue#L119
Argument of type 'Decoration[]' is not assignable to parameter of type 'string[]'.
build (ubuntu-latest, 18.x): src/views/editor/index.vue#L174
Object is possibly 'null'.
build (ubuntu-latest, 18.x): src/views/editor/index.vue#L223
Expected 0 arguments, but got 1.
build (ubuntu-latest, 18.x): src/views/editor/index.vue#L224
'queryEditor' is possibly 'null'.
build (windows-latest, 18.x): src/views/editor/index.vue#L63
Argument of type '{ defaultToken: string; tokenPostfix: string; keywords: string[]; typeKeywords: string[]; symbols: RegExp; escapes: RegExp; digits: RegExp; octaldigits: RegExp; binarydigits: RegExp; hexdigits: RegExp; tokenizer: { ...; }; }' is not assignable to parameter of type 'IMonarchLanguage | Thenable<IMonarchLanguage>'.
build (windows-latest, 18.x): src/views/editor/index.vue#L119
Argument of type 'Decoration[]' is not assignable to parameter of type 'string[]'.
build (windows-latest, 18.x): src/views/editor/index.vue#L174
Object is possibly 'null'.
build (windows-latest, 18.x): src/views/editor/index.vue#L223
Expected 0 arguments, but got 1.
build (windows-latest, 18.x): src/views/editor/index.vue#L224
'queryEditor' is possibly 'null'.
build (macos-latest, 18.x): src/views/editor/index.vue#L63
Argument of type '{ defaultToken: string; tokenPostfix: string; keywords: string[]; typeKeywords: string[]; symbols: RegExp; escapes: RegExp; digits: RegExp; octaldigits: RegExp; binarydigits: RegExp; hexdigits: RegExp; tokenizer: { ...; }; }' is not assignable to parameter of type 'IMonarchLanguage | Thenable<IMonarchLanguage>'.
build (macos-latest, 18.x): src/views/editor/index.vue#L119
Argument of type 'Decoration[]' is not assignable to parameter of type 'string[]'.
build (macos-latest, 18.x): src/views/editor/index.vue#L174
Object is possibly 'null'.
build (macos-latest, 18.x): src/views/editor/index.vue#L223
Expected 0 arguments, but got 1.
build (macos-latest, 18.x): src/views/editor/index.vue#L224
'queryEditor' is possibly 'null'.
build (ubuntu-latest, 18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: Yan-Jobs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (windows-latest, 18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: Yan-Jobs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (macos-latest, 18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: Yan-Jobs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/