Skip to content

Commit

Permalink
tests: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Jul 22, 2024
1 parent b6e24e3 commit a7c331c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/npm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit a7c331c

Please sign in to comment.