Skip to content

Commit

Permalink
ci: run jobs only on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Jan 7, 2025
1 parent f92b842 commit 81c2d44
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ on:

jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [8.3.0, 8, 10, 12, 14, 16, 18, 20, 22]
os: [ ubuntu-latest, macos-latest, windows-latest ]

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

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 81c2d44

Please sign in to comment.