#
-# Cookbook Name:: nodejs
+# Cookbook:: nodejs
# Recipe:: default
#
-# Copyright 2013, OpenStreetMap Foundation
+# Copyright:: 2013, OpenStreetMap Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
g++
make
]
-
-if node[:lsb][:release].to_f < 18.04
- package "nodejs-legacy"
-end