diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 44e7975..0391826 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -26,9 +26,6 @@ jobs: git config --global user.name "GitHub Actions" git config --global user.email "actions@github.com" - - name: Install Dependencies - run: npm install --legacy-peer-deps - # todo: add automatic version bumping and push to repo # - name: Bump package version # run: |