Skip to content

Commit

Permalink
chore: yarn -> npm
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Apr 30, 2023
1 parent 9544651 commit b6e98d6
Show file tree
Hide file tree
Showing 3 changed files with 1,348 additions and 904 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install npm dependencies
run: yarn install
run: npm install

- name: Run automated release process with semantic-release
if: github.event_name == 'push'
Expand Down
Loading

0 comments on commit b6e98d6

Please sign in to comment.