mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Upgrade Node
This commit is contained in:
parent
e84ad7390a
commit
dc3889e17b
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ RUN docker-php-ext-install intl json && \
|
|||
docker-php-ext-enable intl json
|
||||
|
||||
# Install Node
|
||||
RUN curl -sL https://deb.nodesource.com/setup_15.x | bash -
|
||||
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
|
||||
RUN apt-get install -y nodejs
|
||||
|
||||
WORKDIR ${BUILD_ROOT_PATH}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue