sublimelsp / lsp_utils

Module with LSP-related utilities for Sublime Text
https://sublimelsp.github.io/lsp_utils/
MIT License
13 stars 6 forks source link

feat: update local nodejs and electron runtimes to v18 #103

Closed deathaxe closed 11 months ago

deathaxe commented 11 months ago

This PR...

  1. updates NodeJS to 18.18.1
  2. updates Electron to 26.4.0
jfcherng commented 11 months ago

node.js v20 LTS is on its way by the end of this month btw. but there is no electron using it at this moment.

rchl commented 11 months ago

node.js v20 LTS is on its way by the end of this month btw. but there is no electron using it at this moment.

But I suppose it will take Electron quite a while to update to that. Also, I would not want to do frequent updates of node runtime unless absolutely necessary so I'm fine with just sticking to 18 which should get only absolutely necessary updates (like security updates).