Cefode is using node v0.8.22.

This commit is contained in:
Cheng Zhao 2013-03-22 18:07:33 +08:00
parent 215cd64c9a
commit 67c2a1473c
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ end
desc "Download node binary"
task "update-node" do
`script/update-node v0.10.1`
`script/update-node v0.8.22`
end
desc "Download debug symbols for CEF"

View File

@ -21,7 +21,7 @@ exit_unless_npm_exists
npm install npm --silent
NODE_DIR="$HOME/.cefode-gyp"
NODE_VERSION="0.8.21"
NODE_VERSION="0.8.22"
NODE_URL="https://gh-contractor-zcbenz.s3.amazonaws.com/cefode/dist"
if [ ! -d "node_modules/node-gyp" ]; then
./node_modules/.bin/npm install node-gyp --silent