Skip to content

feat: adds params to requestPin #1156

feat: adds params to requestPin

feat: adds params to requestPin #1156

Re-run triggered June 24, 2026 20:59
Status Failure
Total duration 1m 27s
Artifacts

ci.yml

on: pull_request
Matrix: node-compatibility
Fit to window
Zoom out
Zoom in

Annotations

28 errors and 3 warnings
typescript
Process completed with exit code 2.
typescript: node_modules/@types/node/url.d.ts#L549
Cannot find name 'BuiltinIteratorReturn'.
typescript: node_modules/@types/node/stream/web.d.ts#L187
Cannot find name 'BuiltinIteratorReturn'.
typescript: node_modules/@types/node/stream.d.ts#L1083
Class 'Duplex' incorrectly implements interface 'ReadWriteStream'.
typescript: node_modules/@types/node/stream.d.ts#L653
Property '[Symbol.asyncIterator]' in type 'Readable' is not assignable to the same property in base type 'ReadableStream'.
typescript: node_modules/@types/node/globals.d.ts#L141
Cannot find name 'AsyncIteratorObject'. Did you mean 'AsyncIterator'?
typescript: node_modules/@types/node/globals.d.ts#L136
Cannot find name 'IteratorObject'.
typescript: node_modules/@types/node/fs.d.ts#L261
Property '[Symbol.asyncIterator]' in type 'Dir' is not assignable to the same property in base type 'AsyncIterable<Dirent<string>>'.
test/services/claim.test.js > Claim Service: test/helpers/setup_polly.js#L118
FixtureAccessError: The beforeAll hook uses fixtures "name", but has no access to context. Did you forget to call it as "test.beforeAll()" instead of "beforeAll()"? If you used internal "suite" task as the first argument previously, access it in the second argument instead. See https://vitest.dev/guide/test-context#suite-level-hooks ❯ Module.setupPollyTests test/helpers/setup_polly.js:118:3 ❯ test/services/claim.test.js:34:31
test/services/carrier_type.test.js > CarrierType Service: test/helpers/setup_polly.js#L118
FixtureAccessError: The beforeAll hook uses fixtures "name", but has no access to context. Did you forget to call it as "test.beforeAll()" instead of "beforeAll()"? If you used internal "suite" task as the first argument previously, access it in the second argument instead. See https://vitest.dev/guide/test-context#suite-level-hooks ❯ Module.setupPollyTests test/helpers/setup_polly.js:118:3 ❯ test/services/carrier_type.test.js:9:31
test/services/carrier_metadata.test.js > CarrierMetadataService: test/helpers/setup_polly.js#L118
FixtureAccessError: The beforeAll hook uses fixtures "name", but has no access to context. Did you forget to call it as "test.beforeAll()" instead of "beforeAll()"? If you used internal "suite" task as the first argument previously, access it in the second argument instead. See https://vitest.dev/guide/test-context#suite-level-hooks ❯ Module.setupPollyTests test/helpers/setup_polly.js:118:3 ❯ test/services/carrier_metadata.test.js:8:31
test/services/carrier_account.test.js > CarrierAccount Service: test/helpers/setup_polly.js#L118
FixtureAccessError: The beforeAll hook uses fixtures "name", but has no access to context. Did you forget to call it as "test.beforeAll()" instead of "beforeAll()"? If you used internal "suite" task as the first argument previously, access it in the second argument instead. See https://vitest.dev/guide/test-context#suite-level-hooks ❯ Module.setupPollyTests test/helpers/setup_polly.js:118:3 ❯ test/services/carrier_account.test.js:12:31
test/services/beta_referral_customer.test.js > BetaReferralCustomerService: test/helpers/setup_polly.js#L118
FixtureAccessError: The beforeAll hook uses fixtures "name", but has no access to context. Did you forget to call it as "test.beforeAll()" instead of "beforeAll()"? If you used internal "suite" task as the first argument previously, access it in the second argument instead. See https://vitest.dev/guide/test-context#suite-level-hooks ❯ Module.setupPollyTests test/helpers/setup_polly.js:118:3 ❯ test/services/beta_referral_customer.test.js:7:31
test/services/beta_rate.test.js > BetaRateService: test/helpers/setup_polly.js#L118
FixtureAccessError: The beforeAll hook uses fixtures "name", but has no access to context. Did you forget to call it as "test.beforeAll()" instead of "beforeAll()"? If you used internal "suite" task as the first argument previously, access it in the second argument instead. See https://vitest.dev/guide/test-context#suite-level-hooks ❯ Module.setupPollyTests test/helpers/setup_polly.js:118:3 ❯ test/services/beta_rate.test.js:11:31
test/services/batch.test.js > Batch Service: test/helpers/setup_polly.js#L118
FixtureAccessError: The beforeAll hook uses fixtures "name", but has no access to context. Did you forget to call it as "test.beforeAll()" instead of "beforeAll()"? If you used internal "suite" task as the first argument previously, access it in the second argument instead. See https://vitest.dev/guide/test-context#suite-level-hooks ❯ Module.setupPollyTests test/helpers/setup_polly.js:118:3 ❯ test/services/batch.test.js:12:31
test/services/base_service.test.js > Base Service: test/helpers/setup_polly.js#L118
FixtureAccessError: The beforeAll hook uses fixtures "name", but has no access to context. Did you forget to call it as "test.beforeAll()" instead of "beforeAll()"? If you used internal "suite" task as the first argument previously, access it in the second argument instead. See https://vitest.dev/guide/test-context#suite-level-hooks ❯ Module.setupPollyTests test/helpers/setup_polly.js:118:3 ❯ test/services/base_service.test.js:15:31
test/services/api_key.test.js > ApiKey Service: test/helpers/setup_polly.js#L118
FixtureAccessError: The beforeAll hook uses fixtures "name", but has no access to context. Did you forget to call it as "test.beforeAll()" instead of "beforeAll()"? If you used internal "suite" task as the first argument previously, access it in the second argument instead. See https://vitest.dev/guide/test-context#suite-level-hooks ❯ Module.setupPollyTests test/helpers/setup_polly.js:118:3 ❯ test/services/api_key.test.js:10:31
test/services/address.test.js > Address Service: test/helpers/setup_polly.js#L118
FixtureAccessError: The beforeAll hook uses fixtures "name", but has no access to context. Did you forget to call it as "test.beforeAll()" instead of "beforeAll()"? If you used internal "suite" task as the first argument previously, access it in the second argument instead. See https://vitest.dev/guide/test-context#suite-level-hooks ❯ Module.setupPollyTests test/helpers/setup_polly.js:118:3 ❯ test/services/address.test.js:13:31
test/services/claim.test.js > Claim Service: test/helpers/setup_polly.js#L118
FixtureAccessError: The beforeAll hook uses fixtures "name", but has no access to context. Did you forget to call it as "test.beforeAll()" instead of "beforeAll()"? If you used internal "suite" task as the first argument previously, access it in the second argument instead. See https://vitest.dev/guide/test-context#suite-level-hooks ❯ Module.setupPollyTests test/helpers/setup_polly.js:118:3 ❯ test/services/claim.test.js:34:31
test/services/carrier_type.test.js > CarrierType Service: test/helpers/setup_polly.js#L118
FixtureAccessError: The beforeAll hook uses fixtures "name", but has no access to context. Did you forget to call it as "test.beforeAll()" instead of "beforeAll()"? If you used internal "suite" task as the first argument previously, access it in the second argument instead. See https://vitest.dev/guide/test-context#suite-level-hooks ❯ Module.setupPollyTests test/helpers/setup_polly.js:118:3 ❯ test/services/carrier_type.test.js:9:31
test/services/carrier_metadata.test.js > CarrierMetadataService: test/helpers/setup_polly.js#L118
FixtureAccessError: The beforeAll hook uses fixtures "name", but has no access to context. Did you forget to call it as "test.beforeAll()" instead of "beforeAll()"? If you used internal "suite" task as the first argument previously, access it in the second argument instead. See https://vitest.dev/guide/test-context#suite-level-hooks ❯ Module.setupPollyTests test/helpers/setup_polly.js:118:3 ❯ test/services/carrier_metadata.test.js:8:31
test/services/carrier_account.test.js > CarrierAccount Service: test/helpers/setup_polly.js#L118
FixtureAccessError: The beforeAll hook uses fixtures "name", but has no access to context. Did you forget to call it as "test.beforeAll()" instead of "beforeAll()"? If you used internal "suite" task as the first argument previously, access it in the second argument instead. See https://vitest.dev/guide/test-context#suite-level-hooks ❯ Module.setupPollyTests test/helpers/setup_polly.js:118:3 ❯ test/services/carrier_account.test.js:12:31
test/services/beta_referral_customer.test.js > BetaReferralCustomerService: test/helpers/setup_polly.js#L118
FixtureAccessError: The beforeAll hook uses fixtures "name", but has no access to context. Did you forget to call it as "test.beforeAll()" instead of "beforeAll()"? If you used internal "suite" task as the first argument previously, access it in the second argument instead. See https://vitest.dev/guide/test-context#suite-level-hooks ❯ Module.setupPollyTests test/helpers/setup_polly.js:118:3 ❯ test/services/beta_referral_customer.test.js:7:31
test/services/beta_rate.test.js > BetaRateService: test/helpers/setup_polly.js#L118
FixtureAccessError: The beforeAll hook uses fixtures "name", but has no access to context. Did you forget to call it as "test.beforeAll()" instead of "beforeAll()"? If you used internal "suite" task as the first argument previously, access it in the second argument instead. See https://vitest.dev/guide/test-context#suite-level-hooks ❯ Module.setupPollyTests test/helpers/setup_polly.js:118:3 ❯ test/services/beta_rate.test.js:11:31
test/services/batch.test.js > Batch Service: test/helpers/setup_polly.js#L118
FixtureAccessError: The beforeAll hook uses fixtures "name", but has no access to context. Did you forget to call it as "test.beforeAll()" instead of "beforeAll()"? If you used internal "suite" task as the first argument previously, access it in the second argument instead. See https://vitest.dev/guide/test-context#suite-level-hooks ❯ Module.setupPollyTests test/helpers/setup_polly.js:118:3 ❯ test/services/batch.test.js:12:31
test/services/base_service.test.js > Base Service: test/helpers/setup_polly.js#L118
FixtureAccessError: The beforeAll hook uses fixtures "name", but has no access to context. Did you forget to call it as "test.beforeAll()" instead of "beforeAll()"? If you used internal "suite" task as the first argument previously, access it in the second argument instead. See https://vitest.dev/guide/test-context#suite-level-hooks ❯ Module.setupPollyTests test/helpers/setup_polly.js:118:3 ❯ test/services/base_service.test.js:15:31
test/services/api_key.test.js > ApiKey Service: test/helpers/setup_polly.js#L118
FixtureAccessError: The beforeAll hook uses fixtures "name", but has no access to context. Did you forget to call it as "test.beforeAll()" instead of "beforeAll()"? If you used internal "suite" task as the first argument previously, access it in the second argument instead. See https://vitest.dev/guide/test-context#suite-level-hooks ❯ Module.setupPollyTests test/helpers/setup_polly.js:118:3 ❯ test/services/api_key.test.js:10:31
test/services/address.test.js > Address Service: test/helpers/setup_polly.js#L118
FixtureAccessError: The beforeAll hook uses fixtures "name", but has no access to context. Did you forget to call it as "test.beforeAll()" instead of "beforeAll()"? If you used internal "suite" task as the first argument previously, access it in the second argument instead. See https://vitest.dev/guide/test-context#suite-level-hooks ❯ Module.setupPollyTests test/helpers/setup_polly.js:118:3 ❯ test/services/address.test.js:13:31
typescript
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: extractions/setup-crate@4993624604c307fbca528d28a3c8b60fa5ecc859. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: extractions/setup-crate@4993624604c307fbca528d28a3c8b60fa5ecc859. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
coverage
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: extractions/setup-crate@4993624604c307fbca528d28a3c8b60fa5ecc859. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/