Skip to content

Commit

Permalink
chore: remove extra jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
triyanox committed Jan 9, 2024
1 parent e2ac0e3 commit edf1a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node-version: [18.x, 20.x]
os: [ubuntu-latest]
node-version: [18.x]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit edf1a03

Please sign in to comment.