Skip to content

Commit

Permalink
if: ${{ matrix.node == '20' }}
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Aug 23, 2023
1 parent 3a50736 commit 3050789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
file: coverage/lcov.info
- name: Test Electron
if: ${{ matrix.node == '14' }}
if: ${{ matrix.node == '20' }}
uses: GabrielBB/xvfb-action@v1
with:
run: npm run test-electron
Expand Down

0 comments on commit 3050789

Please sign in to comment.