Skip to content

Commit f65469d

Browse files
committed
Address comments
1 parent 523aea5 commit f65469d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"docs": "make -C tools/jsdoc",
4141
"docs:gh-pages": "node tools/jsdoc/regenerate-published-docs.js --branch origin/gh-pages --preserve-published",
4242
"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",
43+
"test": "nyc node --expose-gc ./scripts/run_test.js && tsd && npm install --no-save electron@34.0.0 && node test/electron/run_test.js",
4444
"test-idl": "nyc node --expose-gc ./scripts/run_test.js --idl",
4545
"lint": "eslint && node ./scripts/cpplint.js",
4646
"test:asan": "bash scripts/run_asan_test.sh",

0 commit comments

Comments
 (0)