Merge develop into main #204
push.yml
on: push
Matrix: Testing Application
Check Schema
50s
Deploying Application to Cloud VPS
0s
Create Empty Commit
0s
Annotations
5 errors and 1 warning
Unhandled error:
src/index.ts#L125
RangeError: options.port should be >= 0 and < 65536. Received type number (NaN).
❯ Server.listen node:net:1945:5
❯ src/index.ts:125:16
❯ startServer src/index.ts:124:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_SOCKET_BAD_PORT' }
This error originated in "tests/resolvers/Mutation/updatePluginStatus.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "tests/resolvers/Mutation/updatePluginStatus.spec.ts". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Unhandled error:
src/index.ts#L125
RangeError: options.port should be >= 0 and < 65536. Received type number (NaN).
❯ new NodeError node:internal/errors:405:5
❯ validatePort node:internal/validators:409:11
❯ Server.listen node:net:1945:5
❯ src/index.ts:125:16
❯ startServer src/index.ts:124:9
❯ processTicksAndRejections node:internal/process/task_queues:95:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_SOCKET_BAD_PORT' }
This error originated in "tests/resolvers/Mutation/updatePluginStatus.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "tests/resolvers/Mutation/updatePluginStatus.spec.ts". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Unhandled error:
src/index.ts#L125
RangeError: options.port should be >= 0 and < 65536. Received type number (NaN).
❯ new NodeError node:internal/errors:405:5
❯ validatePort node:internal/validators:409:11
❯ Server.listen node:net:1945:5
❯ src/index.ts:125:16
❯ startServer src/index.ts:124:9
❯ processTicksAndRejections node:internal/process/task_queues:95:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_SOCKET_BAD_PORT' }
This error originated in "tests/resolvers/Mutation/createPlugin.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "Creates a Plugin and returns it". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Unhandled error:
src/index.ts#L125
RangeError: options.port should be >= 0 and < 65536. Received type number (NaN).
❯ new NodeError node:internal/errors:405:5
❯ validatePort node:internal/validators:409:11
❯ Server.listen node:net:1945:5
❯ src/index.ts:125:16
❯ startServer src/index.ts:124:9
❯ processTicksAndRejections node:internal/process/task_queues:95:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_SOCKET_BAD_PORT' }
This error originated in "tests/resolvers/Mutation/createPlugin.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "Creates a Plugin and returns it". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Testing Application (20.x)
Process completed with exit code 1.
|
Check Schema
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: kamilkisiela/graphql-inspector@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|