You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During migration of the frontend build from TeamCity to GitHub Actions, some uploads of the artifacts failed with the error: /home/runner/runners/2.303.0/externals/node16/bin/node[6396]: ../src/node_http_parser.cc:517:static void node::{anonymous}::Parser::Execute(const v8::FunctionCallbackInfo<v8::Value>&): Assertion `parser->current_buffer_.IsEmpty()' failed..
What triggers the error isn't clear to me. Some light digging shows that the underlying cause may be resolved in Node 18. See aws/aws-sdk-js-v3#2843 for more details.
When Node 18 or higher is available to actions runners, we could investigate whether the issue is resolved.
The text was updated successfully, but these errors were encountered:
JavaScript actions have no way of supporting Node 18. We want to use
Node 18 to fix#33.
It seems that GitHub will never support `node18` for `actions/runner`,
instead jumping straight to Node 20.
JavaScript actions have no way of supporting Node 18. We want to use
Node 18 to fix#33.
It seems that GitHub will never support `node18` for `actions/runner`,
instead jumping straight to Node 20.
Description
During migration of the
frontend
build from TeamCity to GitHub Actions, some uploads of the artifacts failed with the error:/home/runner/runners/2.303.0/externals/node16/bin/node[6396]: ../src/node_http_parser.cc:517:static void node::{anonymous}::Parser::Execute(const v8::FunctionCallbackInfo<v8::Value>&): Assertion `parser->current_buffer_.IsEmpty()' failed.
.What triggers the error isn't clear to me. Some light digging shows that the underlying cause may be resolved in Node 18. See aws/aws-sdk-js-v3#2843 for more details.
When Node 18 or higher is available to actions runners, we could investigate whether the issue is resolved.
The text was updated successfully, but these errors were encountered: