Skip to content

Commit 12a49e1

Browse files
committed
update node/npm to the latest stable versions
1 parent 715e755 commit 12a49e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

attributes/default.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
#
1919

2020
default['nodejs']['install_method'] = 'source'
21-
default['nodejs']['version'] = '0.8.6'
22-
default['nodejs']['checksum'] = 'dbd42800e69644beff5c2cf11a9d4cf6dfbd644a9a36ffdd5e8c6b8db9240854'
21+
default['nodejs']['version'] = '0.8.16'
22+
default['nodejs']['checksum'] = '2cd09d4227c787d6886be45dc54dad5aed779d7bd4b1e15ba930101d9d1ed2a4'
2323
default['nodejs']['dir'] = '/usr/local'
24-
default['nodejs']['npm'] = '1.1.48'
24+
default['nodejs']['npm'] = '1.2.0'
2525
default['nodejs']['src_url'] = "http://nodejs.org/dist"

0 commit comments

Comments
 (0)