From 3a1a3a1f497dc9f6b5b82b913e0d447168233de7 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Wed, 24 Jul 2024 11:00:30 -0700 Subject: [PATCH] tests: update --- .github/workflows/npm-tests.yml | 2 +- tests/main.spec.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm-tests.yml b/.github/workflows/npm-tests.yml index f1815b5..7711cd9 100644 --- a/.github/workflows/npm-tests.yml +++ b/.github/workflows/npm-tests.yml @@ -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: diff --git a/tests/main.spec.js b/tests/main.spec.js index 78927da..7b6d2da 100644 --- a/tests/main.spec.js +++ b/tests/main.spec.js @@ -158,3 +158,4 @@ test('app usage', async () => { await eph.clickMenuItemById(app, 'quit'); await app.close() }); +