Skip to content

Commit

Permalink
Only run CI pipeline for Ubuntu image to avoid node canvas related er…
Browse files Browse the repository at this point in the history
…rors
  • Loading branch information
michaeldzjap committed Jul 27, 2024
1 parent 34c1ab6 commit 1d6d4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
node-version: [20.x, 21.x, 22.x]
steps:
- name: Check out repository code
Expand Down

0 comments on commit 1d6d4c1

Please sign in to comment.