Well, i updated to v12.6 but got this weird error

hi guyes, during bench update command, i got this error during Build css/desk.min.css

:heavy_check_mark: Built css/desk.min.css

<— Last few GCs —>
[1895:0x3cf2070] 66003 ms: Scavenge 770.7 (858.9) → 756.0 (858.9) MB, 34.6 / 0.0 ms allocation failure
[1895:0x3cf2070] 66255 ms: Scavenge 771.4 (858.9) → 755.9 (858.9) MB, 35.1 / 0.0 ms allocation failure
[1895:0x3cf2070] 66487 ms: Scavenge 771.6 (858.9) → 755.9 (858.9) MB, 19.0 / 0.0 ms allocation failure
[1895:0x3cf2070] 66890 ms: Scavenge 772.0 (858.9) → 760.2 (858.9) MB, 8.2 / 0.0 ms allocation failure

<— JS stacktrace —>
Cannot get stack trace in GC.
FATAL ERROR: NewSpace::Rebalance Allocation failed - process out of memory
1: node::Abort() [/usr/bin/node]
2: 0x8cd49c [/usr/bin/node]
3: v8::Utils::ReportOOMFailure(char const*, bool) [/usr/bin/node]
4: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool) [/usr/bin/node]
5: 0xa6813b [/usr/bin/node]
6: v8::internal::MarkCompactCollector::Evacuate() [/usr/bin/node]
7: v8::internal::MarkCompactCollector::CollectGarbage() [/usr/bin/node]
8: v8::internal::Heap::MarkCompact() [/usr/bin/node]
9: v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) [/usr/bin/node]
10: v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/usr/bin/node]
11: v8::internal::factory::NewUninitializedFixedArray(int) [/usr/bin/node]
12: 0xd84b1c [/usr/bin/node]
13: 0xd9c3f5 [/usr/bin/node]
14: v8::internal::JSObject::AddDataElement(v8::internal::Handlev8::internal::JSObject, unsigned int, v8::internal::Handlev8::internal::Object, v8::internal::PropertyAttributes, v8::internal::Object::ShouldThrow) [/usr/bin/node]
15: v8::internal::Object::AddDataProperty(v8::internal::LookupIterator*, v8::internal::Handlev8::internal::Object, v8::internal::PropertyAttributes, v8::internal::Object::ShouldThrow, v8::internal::Object::StoreFromKeyed) [/usr/bin/node]
16: v8::internal::Object::SetProperty(v8::internal::LookupIterator*, v8::internal::Handlev8::internal::Object, v8::internal::LanguageMode, v8::internal::Object::StoreFromKeyed) [/usr/bin/node]
17: v8::internal::Runtime_SetProperty(int, v8::internal::Object**, v8::internal::Isolate*) [/usr/bin/node]
18: 0x2a5ea98842fd
Aborted
error Command failed with exit code 134.

please help
thank you

The error suggests the process was running short of memory. Can you describe the operating environment?