Update NodeJS Version
This commit is contained in:
@@ -35,7 +35,7 @@ RUN pecl install pcov && docker-php-ext-enable pcov
|
||||
# && echo ";zend_extension=xdebug" > /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
|
||||
|
||||
# Node.js, NPM, Yarn
|
||||
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
|
||||
RUN curl -sL https://deb.nodesource.com/setup_22.x | bash -
|
||||
RUN apt-get install -y nodejs
|
||||
RUN npm install npm@latest -g
|
||||
RUN npm install yarn -g
|
||||
|
||||
Reference in New Issue
Block a user