Skip to content

Commit 8b82947

Browse files
committed
Update versions in test.yml and remove xvfb-run after switching to test-electron
1 parent aa6aa0e commit 8b82947

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,16 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ ubuntu-latest, macos-latest, windows-latest ]
16-
node-version: [ '14.x', '16.x' ]
16+
node-version: [ '20.x', '22.x' ]
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/setup-node@v1
22+
uses: actions/setup-node@v4
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525

2626
- run: npm ci
2727

28-
- run: xvfb-run -a npm test
29-
if: runner.os == 'Linux'
3028
- run: npm test
31-
if: runner.os != 'Linux'

0 commit comments

Comments
 (0)