chore(release): Allow docs check warnings for release commits #103
release.yml
on: push
release
1m 27s
Matrix: build_and_package_macos
mcp_registry
0s
update_homebrew_tap
0s
Annotations
5 errors and 1 warning
|
release
Process completed with exit code 1.
|
|
src/mcp/tools/device/__tests__/test_device.test.ts > test_device plugin > Export Field Validation (Literal) > should expose only session-free fields in public schema:
src/mcp/tools/device/__tests__/test_device.test.ts#L58
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ src/mcp/tools/device/__tests__/test_device.test.ts:58:9
|
|
src/mcp/tools/device/__tests__/get_device_app_path.test.ts > get_device_app_path plugin > Export Field Validation (Literal) > should expose only session-free fields in public schema:
src/mcp/tools/device/__tests__/get_device_app_path.test.ts#L29
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ src/mcp/tools/device/__tests__/get_device_app_path.test.ts:29:47
|
|
src/mcp/tools/device/__tests__/build_run_device.test.ts > build_run_device tool > Export Field Validation > exposes only non-session fields in public schema:
src/mcp/tools/device/__tests__/build_run_device.test.ts#L33
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ src/mcp/tools/device/__tests__/build_run_device.test.ts:33:47
|
|
src/mcp/tools/device/__tests__/build_device.test.ts > build_device plugin > Export Field Validation (Literal) > should expose only optional build-tuning fields in public schema:
src/mcp/tools/device/__tests__/build_device.test.ts#L42
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ src/mcp/tools/device/__tests__/build_device.test.ts:42:47
|
|
release
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|