Skip to content

Commit 79f7ea0

Browse files
committed
Enable client building on MTS and work around nodejs/node#20285
nodejs/node#20325
1 parent e14ec11 commit 79f7ea0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

env/common/_inc_client_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
when: galaxy_client_build_version != galaxy_commit_id
2424

2525
- name: Install node
26-
command: "{{ galaxy_venv_dir }}/bin/nodeenv -p"
26+
command: "{{ galaxy_venv_dir }}/bin/nodeenv -p --node=9.11.1"
2727
args:
2828
creates: "{{ galaxy_venv_dir }}/bin/npm"
2929
when: galaxy_client_build_version != galaxy_commit_id

env/toolshed/_inc_client_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../common/_inc_client_build.yml

0 commit comments

Comments
 (0)