Explicitly use nodejs to run tests
diff --git a/src/node/package.json b/src/node/package.json
index bbd89be..a71577f 100644
--- a/src/node/package.json
+++ b/src/node/package.json
@@ -3,8 +3,8 @@
   "version": "0.2.0",
   "description": "gRPC Library for Node",
   "scripts": {
-    "lint": "jshint src test examples interop index.js",
-    "test": "./node_modules/mocha/bin/mocha && npm run-script lint"
+    "lint": "nodejs ./node_modules/jshint/bin/jshint src test examples interop index.js",
+    "test": "nodejs ./node_modules/mocha/bin/mocha && npm run-script lint"
   },
   "dependencies": {
     "bindings": "^1.2.1",