Skip to content

Commit

Permalink
Update NodeJS Version
Browse files Browse the repository at this point in the history
  • Loading branch information
refactorian committed Jan 6, 2025
1 parent 1cefaaf commit 3a7b47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a7b47f

Please sign in to comment.