You can use "\itemsep" to specify the spacing between the items. In the following example, I have used 0em to specify the smallest spacing between the items. You can change it to 1em, 2em, or any other value depending on your requirement.
Here is an example:
\begin{enumerate}
\itemsep0em
\item hello
\item world
\end{enumerate}