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:
Andrew Calcutt
2023-01-08 22:19:21 -05:00
committed by GitHub
parent a890382120
commit 687bbe1606
7 changed files with 23 additions and 8 deletions

View File

@@ -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;