File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4848 with :
4949 node-version : ${{ matrix.node }}
5050 cache : ' npm'
51+ key : ${{ runner.os }}-${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}
5152
5253 - run : npm ci --legacy-peer-deps
5354 - uses : nrwl/nx-set-shas@v4
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ function getSeaCommands(options: {
200200 `node -e "require('fs').copyFileSync(process.execPath, '${ nodeBinPath } .exe')"` ,
201201 `signtool remove /s '${ nodeBinPath } .exe' ` ,
202202 // TODO: check if powershell or command prompt
203- `npx postject ${ nodeBinPath } .exe NODE_SEA_BLOB ${ blobPath } ^ --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2` ,
203+ `npx postject ${ nodeBinPath } .exe NODE_SEA_BLOB ${ blobPath } \` --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2` ,
204204 ...( sign ? [ `signtool sign /fd SHA256 ${ nodeBinPath } .exe` ] : [ ] ) ,
205205 ] ;
206206 } else {
You can’t perform that action at this time.
0 commit comments