Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
feat(setup): use latest nodejs lts 10.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kpheasey authored and ajgon committed Jul 9, 2019
1 parent 569b9bb commit 61bb605
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
nginx::http_stub_status_module
]

default['nodejs']['version'] = '8.11.1'
# nodejs
default['nodejs']['repo'] = 'https://deb.nodesource.com/node_10.x'
default['nodejs']['version'] = '10.15.3'

default['deploy']['timeout'] = 600

Expand Down

0 comments on commit 61bb605

Please sign in to comment.