kopia lustrzana https://github.com/carlos-algms/composer-and-node-ci
Update Node to v18
rodzic
15a210d14a
commit
fdcfa76de6
|
@ -97,7 +97,7 @@ RUN \
|
|||
|
||||
# https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions
|
||||
RUN \
|
||||
curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
|
||||
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
|
||||
&& apt-get install -y nodejs \
|
||||
&& npm i -g yarn \
|
||||
&& apt-get autoremove -y --purge \
|
||||
|
|
|
@ -12,7 +12,7 @@ To deploy and transfer files, [Deployer](https://deployer.org), SSH, and RSync a
|
|||
|
||||
## This image includes:
|
||||
|
||||
* [NodeJS 16.x and NPM](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions)
|
||||
* [NodeJS 18.x and NPM](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions)
|
||||
* [Yarn - latest](https://classic.yarnpkg.com/en/docs/install/#debian-stable)
|
||||
* PHP 8-cli, 7.1-cli
|
||||
* [Composer](https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md) (latest or v2.2.18 for php7.1)
|
||||
|
|
Ładowanie…
Reference in New Issue