Skip to content

Commit 6e8b6a2

Browse files
refactor: update npm install command to include --legacy-peer-deps flag in .github/workflows/publish.yml
1 parent ef70a9b commit 6e8b6a2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish.yml

-6
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
- name: Install dependencies
2222
run: npm install --legacy-peer-deps
2323

24-
- name: Update husky
25-
run: npm update husky --legacy-peer-deps
26-
2724
- name: Build the package
2825
run: npm run build
2926

@@ -37,9 +34,6 @@ jobs:
3734
uses: mikepenz/release-changelog-builder-action@v2
3835
with:
3936
configuration: .github/release-changelog-config.json
40-
ignorePreReleases: false
41-
failOnError: false
42-
commitMode: false
4337
env:
4438
NPM_CONFIG_USERCONFIG: /home/runner/work/_temp/.npmrc
4539
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)