Update to node 18, add docker build test (#699)
* Update to node 18 * match version in readme * test docker build * Update node in docs * update to new readthedocs url * v4.4.0
This commit is contained in:
@@ -27,7 +27,7 @@ RUN set -ex; \
|
||||
librsvg2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libpixman-1-dev; \
|
||||
wget -qO- https://deb.nodesource.com/setup_16.x | bash; \
|
||||
wget -qO- https://deb.nodesource.com/setup_18.x | bash; \
|
||||
apt-get install -y nodejs; \
|
||||
apt-get clean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user