Or more idiomatic:
#show enum: set text(weight: "bold")
If you want only the numbers to be bold:
#set enum(numbering: n => text(weight: "bold")[#n])
Or more idiomatic:
#show enum: set text(weight: "bold")
If you want only the numbers to be bold:
#set enum(numbering: n => text(weight: "bold")[#n])