Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2020-09-12 09:01:16 +0300
committerAnthony Fok <foka@debian.org>2020-09-12 09:01:16 +0300
commit748fd4cb0d083de7c173d4b04b874358750fc900 (patch)
tree6bc0d4d7f155942dfc84af872dc2f791762cd6b5 /snap
parentb82f440c59a5bf466c0f4c0431af6099216b0e37 (diff)
snap: Bump bundled Node.js from v8.12.0 to v12.18.3
Fixes #7278
Diffstat (limited to 'snap')
-rw-r--r--snap/plugins/x_nodejs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/plugins/x_nodejs.py b/snap/plugins/x_nodejs.py
index 848cac596..72d9db9e1 100644
--- a/snap/plugins/x_nodejs.py
+++ b/snap/plugins/x_nodejs.py
@@ -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"