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:
+1
-1
@@ -13,7 +13,7 @@ RUN set -ex; \
|
||||
apt-get -y --no-install-recommends install \
|
||||
ca-certificates \
|
||||
wget; \
|
||||
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 -y remove wget; \
|
||||
apt-get -y --purge autoremove; \
|
||||
|
||||
Reference in New Issue
Block a user