Skip to content

Commit

Permalink
fix: drop separate install
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger authored Jan 27, 2024
1 parent e43ea7f commit c84a69a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
- name: Install Dependencies
run: npm install --legacy-peer-deps

# todo: add automatic version bumping and push to repo
# - name: Bump package version
# run: |
Expand Down

0 comments on commit c84a69a

Please sign in to comment.