snap: Bump bundled Node.js from v8.12.0 to v12.18.3

Fixes #7278
This commit is contained in:
Anthony Fok 2020-09-12 00:01:16 -06:00
parent b82f440c59
commit 748fd4cb0d
No known key found for this signature in database
GPG key ID: EA2500B412C59ACF

View file

@ -63,7 +63,7 @@ from snapcraft.internal import errors
logger = logging.getLogger(__name__)
_NODEJS_BASE = "node-v{version}-linux-{arch}"
_NODEJS_VERSION = "8.12.0"
_NODEJS_VERSION = "12.18.3"
_NODEJS_TMPL = "https://nodejs.org/dist/v{version}/{base}.tar.gz"
_NODEJS_ARCHES = {"i386": "x86", "amd64": "x64", "armhf": "armv7l", "arm64": "arm64", "ppc64el": "ppc64le", "s390x": "s390x"}
_YARN_URL = "https://yarnpkg.com/latest.tar.gz"