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
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "tileserver-gl",
"version": "4.3.4",
"version": "4.4.0",
"description": "Map tile server for JSON GL styles - vector and server side generated raster tiles",
"main": "src/main.js",
"bin": "src/main.js",
@@ -69,7 +69,7 @@
],
"license": "BSD-2-Clause",
"engines": {
"node": ">=14.15.0 <17"
"node": ">=14.20.0 <19"
},
"repository": {
"url": "git+https://github.com/maptiler/tileserver-gl.git",