Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove max node version restriction #454

Conversation

autarc
Copy link

@autarc autarc commented Jun 6, 2020

Pull Request

The module is currently restricting the node version through an upper bound of 11.X. Since the the latest LTS version is 12.X and works fine with the code, this PR removes the the max. node version.

@gmaclennan
Copy link

@mapbox/mapbox-gl-native does not work with Node 12 as far as I understand, and tileserver-gl depends on this for rendering vector tiles to raster tiles.

@petrsloup
Copy link
Member

@gmaclennan is right. This is why the restriction is in place. tileserver-gl-light package does not have this restriction.

@petrsloup petrsloup closed this Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants