Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Oct 13, 2023
1 parent b44448b commit d24d23f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,15 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [18.x, 20.x]
branch-name:
- ${{ github.ref_name }}
# exclude:
# - os: macos-latest
# branch-name: master
# - os: windows-latest
# branch-name: master

steps:
- name: Checkout
Expand Down

0 comments on commit d24d23f

Please sign in to comment.