Skip to content

Commit

Permalink
chore: fix matrix os
Browse files Browse the repository at this point in the history
  • Loading branch information
colinscz committed Mar 1, 2023
1 parent 196bb45 commit 8be0a0f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ on:

jobs:
publish-npm:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
node: [ 16 ]
## if: github.ref == 'refs/heads/main'
steps:
- name: Checkout
Expand Down

0 comments on commit 8be0a0f

Please sign in to comment.