Skip to content

Merge pull request #1625 from joshrudesill/master #261

Merge pull request #1625 from joshrudesill/master

Merge pull request #1625 from joshrudesill/master #261

Triggered via push August 9, 2023 23:38
Status Failure
Total duration 1m 38s
Artifacts

test-node.yml

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

Annotations

8 errors and 1 warning
build (16.x): node_modules/@types/mocha/index.d.ts#L1
Subsequent variable declarations must have the same type. Variable 'beforeEach' must be of type 'Lifecycle', but here has type 'HookFunction'.
build (16.x): node_modules/@types/mocha/index.d.ts#L1
Subsequent variable declarations must have the same type. Variable 'afterEach' must be of type 'Lifecycle', but here has type 'HookFunction'.
build (16.x): node_modules/@types/mocha/index.d.ts#L1
Subsequent variable declarations must have the same type. Variable 'describe' must be of type 'Describe', but here has type 'SuiteFunction'.
build (16.x): node_modules/@types/mocha/index.d.ts#L1
Subsequent variable declarations must have the same type. Variable 'xdescribe' must be of type 'Describe', but here has type 'PendingSuiteFunction'.
build (16.x): node_modules/@types/mocha/index.d.ts#L1
Subsequent variable declarations must have the same type. Variable 'it' must be of type 'It', but here has type 'TestFunction'.
build (16.x): node_modules/@types/mocha/index.d.ts#L1
Subsequent variable declarations must have the same type. Variable 'test' must be of type 'It', but here has type 'TestFunction'.
build (16.x): node_modules/@types/mocha/index.d.ts#L1
Subsequent variable declarations must have the same type. Variable 'xit' must be of type 'It', but here has type 'PendingTestFunction'.
build (16.x)
Process completed with exit code 1.
build (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/