test: prewarm Node headers cache if specifying Electron version (#38298)

test: prewarm Node headers cache if specifying Electron version (#38287)
This commit is contained in:
David Sanders
2023-05-16 02:47:43 -07:00
committed by GitHub
parent a22e2a778e
commit ad800081ce
2 changed files with 15 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
"productName": "Electron Test Main",
"main": "index.js",
"version": "0.1.0",
"scripts": {
"node-gyp-install": "node-gyp install"
},
"devDependencies": {
"@electron-ci/echo": "file:./fixtures/native-addon/echo",
"@electron-ci/uv-dlopen": "file:./fixtures/native-addon/uv-dlopen/",