Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
PD-20473: Changed cookbook back to node 4.8.2 and updated checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
aung-r7 committed Jun 5, 2019
1 parent 5d229ff commit 64c75fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/recipes/nodejs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# in the MIT license are reserved. See the included LICENSE file for more details.
#

node.default['nodejs']['version'] = '8.16.0'
node.default['nodejs']['binary']['checksum'] = 'e538ffaaf2f808c084e70f1a1d2ff5559cff892cfd56e0bb67d00b0a95fc3a7a'
node.default['nodejs']['version'] = '4.8.2'
node.default['nodejs']['binary']['checksum'] = '4d4a37f980bb2770c44d7123864650d0823bae696d7db09d9ed83028cab32fd3'

include_recipe 'nodejs::nodejs_from_binary'

0 comments on commit 64c75fb

Please sign in to comment.