Please use $set.
await Order.findByIdAndUpdate( orderId, { $set: { status: 'Shipped', statusUpdatedTime: new Date() } } );