Skip to content

Commit

Permalink
fix: or-1941 install npm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu authored Oct 19, 2023
1 parent 10119d9 commit 84963dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,10 @@ jobs:
with:
token: ${{ steps.generate_token.outputs.installationToken }}

- name: Install NPM dependencies
shell: bash
run: npm install --legacy-peer-deps

- name: Run Semantic Release
shell: bash
run: npx semantic-release
Expand Down

0 comments on commit 84963dd

Please sign in to comment.