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

Commit 61bb605

Browse files
kpheaseyajgon
authored andcommitted
feat(setup): use latest nodejs lts 10.15.3
1 parent 569b9bb commit 61bb605

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

attributes/default.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
nginx::http_stub_status_module
1515
]
1616

17-
default['nodejs']['version'] = '8.11.1'
17+
# nodejs
18+
default['nodejs']['repo'] = 'https://deb.nodesource.com/node_10.x'
19+
default['nodejs']['version'] = '10.15.3'
1820

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

0 commit comments

Comments
 (0)