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

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
This commit is contained in:
Sam Clegg
2024-05-28 12:12:17 -07:00
committed by GitHub
parent fc9146e09f
commit 8c38d2f915
3 changed files with 58 additions and 10 deletions

View File

@@ -16,8 +16,8 @@ import subprocess
import os
import shutil
version = '16.20.0'
base = 'https://nodejs.org/dist/latest-v16.x/'
version = '18.20.3'
base = 'https://nodejs.org/dist/latest-v18.x/'
upload_base = 'gs://webassembly/emscripten-releases-builds/deps/'
suffixes = [