From a7c331c636fae3fee07386987952e756b93eaffa Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Mon, 22 Jul 2024 02:59:58 -0700 Subject: [PATCH] tests: update --- .github/workflows/npm-tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/npm-tests.yml b/.github/workflows/npm-tests.yml index 53b8ae2..06bfb37 100644 --- a/.github/workflows/npm-tests.yml +++ b/.github/workflows/npm-tests.yml @@ -24,9 +24,7 @@ jobs: name: >- 📦 Tests › Initialize runs-on: ubuntu-latest - strategy: - matrix: - node-version: [16.x, 17.x, 18.x, 20.x, 22.x] + timeout-minutes: 60 steps: - name: "✅ Start" @@ -52,7 +50,7 @@ jobs: id: task_initialize_node_setup uses: actions/setup-node@v4 with: - node-version: ${{ matrix.node-version }} + node-version: lts/* # --------------------------------------------------------------------------------------- # Job > Npm > Install Dependencies