Draft PR to test CI/test workflows #60
Annotations
2 errors and 1 warning
Run all tests in Node LTS:
tests/vercel/vercel.test.ts#L16
SDKError: API error occurred: Status 403 Content-Type application/json; charset=utf-8 Body
{"error":{"code":"forbidden","message":"Not authorized: Trying to access resource under scope \"kelvichs-projects\". You must re-authenticate to this scope or use a token with access to this scope.","saml":true,"teamId":null,"scope":"kelvichs-projects","enforced":false}}
❯ matchFunc node_modules/@vercel/sdk/src/lib/matchers.ts:233:16
❯ projectsCreateProject node_modules/@vercel/sdk/src/funcs/projectsCreateProject.ts:131:20
❯ unwrapAsync node_modules/@vercel/sdk/src/types/fp.ts:44:13
❯ tests/vercel/vercel.test.ts:16:7
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { rawResponse: { constructor: 'Function<Response>', type: 'basic', url: 'https://api.vercel.com/v10/projects', redirected: false, status: 403, ok: false, statusText: 'Forbidden', headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, body: { constructor: 'Function<ReadableStream>', locked: true, cancel: 'Function<cancel>', getReader: 'Function<getReader>', pipeThrough: 'Function<pipeThrough>', pipeTo: 'Function<pipeTo>', tee: 'Function<tee>', values: 'Function<values>' }, bodyUsed: true, clone: 'Function<clone>', blob: 'Function<blob>', arrayBuffer: 'Function<arrayBuffer>', text: 'Function<text>', json: 'Function<json>', formData: 'Function<formData>', bytes: 'Function<bytes>' }, body: '{"error":{"code":"forbidden","message":"Not authorized: Trying to access resource under scope \"kelvichs-projects\". You must re-authenticate to this scope or use a token with access to this scope.","saml":true,"teamId":null,"scope":"kelvichs-projects","enforced":false}}', statusCode: 403, contentType: 'application/json; charset=utf-8' }
|
Run all tests in Node LTS
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading