test: log node version to stdout for circleci issues
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"test": "node_modules/.bin/mocha --reporter mocha-circleci-reporter test/test.js"
|
||||
"test": "echo node: $(node -v) && node_modules/.bin/mocha --reporter mocha-circleci-reporter test/test.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user