I have a random sample of size $n$ from a uniform distribution
$$U(0, \theta)$$
And I've proven that the pdf of $Y_n$, the n-th order statistic of the sample is:
$$ f_{Y_n}(y) = \frac{n}{\theta^n} y^{n-1} \quad \quad, 0<y<\theta , $$$$ f_{Y_n}(y) = 0 \quad \quad \quad \quad ,\text{elsewhere} $$
Now, what I'm trying to do next is calculating the limiting distribution of $Y_n$, and I'm not sure how to do that.
Am I supposed to calculate the limit of the pdf as $ n \rightarrow \infty $ ? or the cdf?
Any help regarding the steps I need to do is appreciated!