aboutsummaryrefslogtreecommitdiff
path: root/pw_env_setup/py/pw_env_setup/cipd_setup/web.json
diff options
context:
space:
mode:
Diffstat (limited to 'pw_env_setup/py/pw_env_setup/cipd_setup/web.json')
-rw-r--r--pw_env_setup/py/pw_env_setup/cipd_setup/web.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/pw_env_setup/py/pw_env_setup/cipd_setup/web.json b/pw_env_setup/py/pw_env_setup/cipd_setup/web.json
new file mode 100644
index 000000000..3424c8456
--- /dev/null
+++ b/pw_env_setup/py/pw_env_setup/cipd_setup/web.json
@@ -0,0 +1,17 @@
+{
+ "packages": [
+ {
+ "path": "infra/3pp/tools/nodejs/${platform}",
+ "platforms": [
+ "linux-amd64",
+ "linux-arm64",
+ "mac-amd64",
+ "mac-arm64",
+ "windows-amd64"
+ ],
+ "tags": [
+ "version:2@18.4.0"
+ ]
+ }
+ ]
+}