Update NodeJS Version

This commit is contained in:
refactorian
2025-01-07 00:01:35 +09:00
parent 1cefaaf33e
commit 3a7b47f745

View File

@@ -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 # && echo ";zend_extension=xdebug" > /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
# Node.js, NPM, Yarn # 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 apt-get install -y nodejs
RUN npm install npm@latest -g RUN npm install npm@latest -g
RUN npm install yarn -g RUN npm install yarn -g