luttje / glua-api-snippets

Scrapes the Garry's Mod Wiki in order to build Lua Language Server comments that will provide IDE suggestions and autocompletion.
MIT License
18 stars 6 forks source link

Require node engine >18.0.0 #15

Closed aske02 closed 1 year ago

aske02 commented 1 year ago

This is due to global.fetch being enabled by default in node 18.x

Closes #14

luttje commented 1 year ago

Thank you so much for contributing 🙂