emscripten-core / emsdk

Emscripten SDK
http://emscripten.org
Other
2.92k stars 660 forks source link

Upgrade node from v16.20.0 to v18.20.3 #1387

Closed sbc100 closed 1 month ago

sbc100 commented 1 month ago

Node v18 is that current LTS release of node and v18.20.3 is the latest release of v18.

This change means that emsdk is no longer installable on Ubuntu/Bionic 18.04, and we now require Ubuntu/Focal 20.04.

See: #1183 Fixes: #1173

dschuff commented 1 month ago

It looks like most of the changes in this PR are going to be more about the change to focal than to node. Maybe it's worth separating those out?

sbc100 commented 1 month ago

I'm hoping that #1183 can land first and then this change can build on that.