Bläddra i källkod

Try different nodejs versions

Bob Mottram 8 år sedan
förälder
incheckning
46e6e13792
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      src/freedombone-utils-nodejs

+ 2
- 2
src/freedombone-utils-nodejs Visa fil

35
 
35
 
36
 # change these versions at your peril. Things will often crash if you don't
36
 # change these versions at your peril. Things will often crash if you don't
37
 # have specifically the correct versions
37
 # have specifically the correct versions
38
-NODEJS_VERSION='6.10.1'
38
+NODEJS_VERSION='7.10.0'
39
 NODEJS_N_VERSION='2.1.7'
39
 NODEJS_N_VERSION='2.1.7'
40
-NPM_VERSION='4.0.5'
40
+NPM_VERSION='4.2.0'
41
 
41
 
42
 # This file keeps track of the apps needing nodejs
42
 # This file keeps track of the apps needing nodejs
43
 # so that it can be removed if tere are no apps which need it
43
 # so that it can be removed if tere are no apps which need it