Skip to content

Commit

Permalink
tests: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Jul 24, 2024
1 parent 5b7afdb commit 3a1a3a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
node-version: [22.x]
node-version: [16.x, 17.x, 18.x, 20.x, 22.x]

steps:

Expand Down
1 change: 1 addition & 0 deletions tests/main.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,4 @@ test('app usage', async () => {
await eph.clickMenuItemById(app, 'quit');
await app.close()
});

0 comments on commit 3a1a3a1

Please sign in to comment.