We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523aea5 commit f65469dCopy full SHA for f65469d
1 file changed
package.json
@@ -40,7 +40,7 @@
40
"docs": "make -C tools/jsdoc",
41
"docs:gh-pages": "node tools/jsdoc/regenerate-published-docs.js --branch origin/gh-pages --preserve-published",
42
"docs:gh-pages:full": "node tools/jsdoc/regenerate-published-docs.js --branch origin/gh-pages --full-rebuild",
43
- "test": "nyc node --expose-gc ./scripts/run_test.js && tsd && npm install --no-save electron && node test/electron/run_test.js",
+ "test": "nyc node --expose-gc ./scripts/run_test.js && tsd && npm install --no-save electron@34.0.0 && node test/electron/run_test.js",
44
"test-idl": "nyc node --expose-gc ./scripts/run_test.js --idl",
45
"lint": "eslint && node ./scripts/cpplint.js",
46
"test:asan": "bash scripts/run_asan_test.sh",
0 commit comments