Skip to content

Commit

Permalink
fix(package-npm): fix syntax error (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored Aug 8, 2024
1 parent d82dd15 commit 614fc22
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/package-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-${{inputs.ubuntu-version}}, windows-latest, macos-latest]
os:
- "ubuntu-${{inputs.ubuntu-version}}"
- windows-latest
- macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 614fc22

Please sign in to comment.