diff options
author | Joe Gregorio <jcgregorio@google.com> | 2018-05-29 08:32:54 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-05-29 12:54:05 +0000 |
commit | 1d1edc192ab46167e0d0bee3c9fb75170e35643e (patch) | |
tree | 58c4cfab560f0a80864cb69d1dc7d977daa528f9 /infra/bots | |
parent | bdb49569f4db3b5c0c69d024b774a3345b5713ef (diff) |
Upgrade node to 8.11.2
This should contain npm version 6 which supports "npm ci".
Bug: skia:
Change-Id: I631dba2b6aca7794ec6ef960a256f275e4dfd04f
Reviewed-on: https://skia-review.googlesource.com/130240
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots')
-rw-r--r-- | infra/bots/assets/node/VERSION | 2 | ||||
-rwxr-xr-x | infra/bots/assets/node/create.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/infra/bots/assets/node/VERSION b/infra/bots/assets/node/VERSION index c227083464..56a6051ca2 100644 --- a/infra/bots/assets/node/VERSION +++ b/infra/bots/assets/node/VERSION @@ -1 +1 @@ -0
\ No newline at end of file +1
\ No newline at end of file diff --git a/infra/bots/assets/node/create.py b/infra/bots/assets/node/create.py index cf9a134047..9e073cd8a3 100755 --- a/infra/bots/assets/node/create.py +++ b/infra/bots/assets/node/create.py @@ -13,8 +13,8 @@ import argparse import os import subprocess -NODE_URL = "https://nodejs.org/dist/v8.10.0/node-v8.10.0-linux-x64.tar.xz" -NODE_EXTRACT_NAME = "node-v8.10.0-linux-x64" +NODE_URL = "https://nodejs.org/dist/v8.11.2/node-v8.11.2-linux-x64.tar.xz" +NODE_EXTRACT_NAME = "node-v8.11.2-linux-x64" def create_asset(target_dir): """Create the asset.""" |