Skip to content

Commit 63bdf7d

Browse files
authored
ci: test across multiple Electron versions (#289)
1 parent b8f6e82 commit 63bdf7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18+
electron-version:
19+
- 36
20+
- 37
1821
node-version:
1922
- '22.12.x'
2023
os:
@@ -33,6 +36,8 @@ jobs:
3336
cache: 'npm'
3437
- name: Install dependencies
3538
run: npm ci
39+
- name: Install Electron
40+
run: npm install "electron@${{ matrix.electron-version }}"
3641
- name: Lint
3742
run: npm run lint
3843
- name: Build

0 commit comments

Comments
 (0)