9 lines
160 B
Ruby
9 lines
160 B
Ruby
#
|
|
# Cookbook Name:: kosmos-hubot
|
|
# Recipe:: _nodejs
|
|
#
|
|
|
|
node.override["nodejs"]["repo"] = "https://deb.nodesource.com/node_16.x"
|
|
|
|
include_recipe "kosmos-nodejs"
|