Skip to content

Commit

Permalink
snap: Bump bundled Node.js from v8.12.0 to v12.18.3
Browse files Browse the repository at this point in the history
Fixes #7278
  • Loading branch information
anthonyfok committed Sep 12, 2020
1 parent b82f440 commit 748fd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/plugins/x_nodejs.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
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"
Expand Down

0 comments on commit 748fd4c

Please sign in to comment.