当使用Laravel Docker来使用npm时-

PHP的Dockerfile

# nodejs install
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN apt-get install -y nodejs

写下这个描述,
12.x是版本。

请提供下列选项的一个中文翻译:

节点的版本