Upgrade nodejs cookbook from 7.3 to 11.0
This commit is contained in:
@@ -1,16 +1,27 @@
|
||||
name 'nodejs'
|
||||
maintainer 'redguide'
|
||||
maintainer_email 'guilhem@lettron.fr'
|
||||
license 'Apache-2.0'
|
||||
description 'Installs/Configures node.js'
|
||||
source_url 'https://github.com/redguide/nodejs'
|
||||
issues_url 'https://github.com/redguide/nodejs/issues'
|
||||
chef_version '>= 14'
|
||||
version '7.3.3'
|
||||
# frozen_string_literal: true
|
||||
|
||||
name 'nodejs'
|
||||
maintainer 'Sous Chefs'
|
||||
maintainer_email 'help@sous-chefs.org'
|
||||
license 'Apache-2.0'
|
||||
description 'Provides resources for installing Node.js and managing npm packages'
|
||||
version '11.0.1'
|
||||
source_url 'https://github.com/sous-chefs/nodejs'
|
||||
issues_url 'https://github.com/sous-chefs/nodejs/issues'
|
||||
chef_version '>= 15.3'
|
||||
|
||||
supports 'almalinux', '>= 8.0'
|
||||
supports 'amazon', '>= 2023.0'
|
||||
supports 'centos_stream', '>= 9.0'
|
||||
supports 'debian', '>= 12.0'
|
||||
supports 'fedora'
|
||||
supports 'mac_os_x'
|
||||
supports 'oracle', '>= 8.0'
|
||||
supports 'redhat', '>= 8.0'
|
||||
supports 'rocky', '>= 8.0'
|
||||
supports 'ubuntu', '>= 22.04'
|
||||
supports 'windows'
|
||||
|
||||
depends 'ark', '>= 2.0.2'
|
||||
depends 'chocolatey', '>= 3.0'
|
||||
|
||||
%w(debian ubuntu centos redhat scientific oracle amazon smartos mac_os_x opensuseleap suse windows).each do |os|
|
||||
supports os
|
||||
end
|
||||
depends 'yum', '>= 7.2'
|
||||
|
||||
Reference in New Issue
Block a user