Skip to content

Commit

Permalink
refactor: update npm install command to include --legacy-peer-deps fl…
Browse files Browse the repository at this point in the history
…ag in .github/workflows/publish.yml
  • Loading branch information
gusintheeshell committed Oct 13, 2024
1 parent ef70a9b commit 6e8b6a2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- name: Install dependencies
run: npm install --legacy-peer-deps

- name: Update husky
run: npm update husky --legacy-peer-deps

- name: Build the package
run: npm run build

Expand All @@ -37,9 +34,6 @@ jobs:
uses: mikepenz/release-changelog-builder-action@v2
with:
configuration: .github/release-changelog-config.json
ignorePreReleases: false
failOnError: false
commitMode: false
env:
NPM_CONFIG_USERCONFIG: /home/runner/work/_temp/.npmrc
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 6e8b6a2

Please sign in to comment.