Skip to content

Commit

Permalink
Enable client building on MTS and work around nodejs/node#20285
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed May 9, 2018
1 parent e14ec11 commit 79f7ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion env/common/_inc_client_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
when: galaxy_client_build_version != galaxy_commit_id

- name: Install node
command: "{{ galaxy_venv_dir }}/bin/nodeenv -p"
command: "{{ galaxy_venv_dir }}/bin/nodeenv -p --node=9.11.1"
args:
creates: "{{ galaxy_venv_dir }}/bin/npm"
when: galaxy_client_build_version != galaxy_commit_id
Expand Down
1 change: 1 addition & 0 deletions env/toolshed/_inc_client_build.yml

0 comments on commit 79f7ea0

Please sign in to comment.