File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 strategy :
1616 matrix :
1717 node-version :
18- - ' 22.12 .x'
18+ - ' 22.22 .x'
1919 os :
2020 - macos-latest
2121 - ubuntu-latest
4343 path : ~/.cache/electron
4444 key : v1-electron-cache-${{ matrix.os }}
4545 - name : Download Electron binaries
46- run : yarn tsx test/ci/download-electron.ts
46+ run : node test/ci/download-electron.ts
4747 - name : Lint
4848 run : yarn run lint
4949 - name : Test
Original file line number Diff line number Diff line change 6767 "oxfmt" : " ^0.44.0" ,
6868 "oxlint" : " ^1.59.0" ,
6969 "oxlint-tsgolint" : " ^0.20.0" ,
70- "tsx" : " ^4.20.4" ,
7170 "typedoc" : " ~0.28.0" ,
7271 "typescript" : " ^6.0.2" ,
7372 "vitest" : " ^3.2.4"
Original file line number Diff line number Diff line change 1- import { isPlatformMac } from '../../src /common.js' ;
1+ import { isPlatformMac } from '../../dist /common.js' ;
22import {
33 createDownloadCombos ,
44 downloadElectronZip as packagerDownloadElectronZip ,
5- } from '../../src /download.js' ;
5+ } from '../../dist /download.js' ;
66import { downloadArtifact } from '@electron/get' ;
77import os from 'node:os' ;
88import path from 'node:path' ;
99import config from '../config.json' with { type : 'json' } ;
10- import { Options } from '../../src/types.js' ;
11- import { officialArchs , officialPlatforms } from '../../src /targets.js' ;
10+ import type { Options } from '../../src/types.js' ;
11+ import { officialArchs , officialPlatforms } from '../../dist /targets.js' ;
1212
1313/**
1414 * Skip testing darwin/mas target on Windows since Electron Packager itself skips it
You can’t perform that action at this time.
0 commit comments