Skip to content

Commit

Permalink
Merge pull request #107 from lossos/nodejs-version
Browse files Browse the repository at this point in the history
Meteor requires Node v12.0.0 or later.
  • Loading branch information
engelgabriel authored Jul 15, 2020
2 parents 0224d2c + bbaba16 commit adb5c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ rocket_chat_service_host: "{{ ansible_fqdn }}"
rocket_chat_service_port: 3000
rocket_chat_service_environment: {}
rocket_chat_service_extra_instances: []
rocket_chat_node_version: 8.11.4
rocket_chat_node_version: 12.16.1
rocket_chat_node_prefix: /usr/local/n/versions/node/{{ rocket_chat_node_version }}
rocket_chat_node_path: "{{ rocket_chat_node_prefix }}/bin/node"
rocket_chat_npm_version: 6.4.1
rocket_chat_npm_version: 6.14.0
rocket_chat_npm_path: "{{ rocket_chat_node_prefix }}/bin/npm"
rocket_chat_npm_dist: /usr/bin/npm

Expand Down

0 comments on commit adb5c09

Please sign in to comment.