Skip to content

Commit

Permalink
Update CI workflow to support multiple Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Feb 12, 2025
1 parent bcb4f2c commit 482c1e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
fail-fast: false

matrix:
node-version: [22]
os: [ubuntu-latest]
node-version: [18, 20, 22, latest]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- name: Checkout repository
Expand Down Expand Up @@ -50,8 +50,8 @@ jobs:
fail-fast: false

matrix:
node-version: [22]
os: [ubuntu-latest]
node-version: [18, 20, 22, latest]
os: [ubuntu-latest, windows-latest, macos-latest]
ts: [5.3, 5.4, 5.5, 5.6, 5.7]

steps:
Expand Down

0 comments on commit 482c1e2

Please sign in to comment.