Skip to content

Commit

Permalink
fix: use npm version 6 for semantic release action in publish step (#…
Browse files Browse the repository at this point in the history
…1499)

Co-authored-by: ismay <[email protected]>
  • Loading branch information
Mohammer5 and ismay authored May 10, 2024
1 parent 38af73d commit 4d4fb40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dhis2-verify-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ jobs:
# ensure that d2-app-scripts is available
- run: yarn install --frozen-lockfile

# FIXME: Add legacy npm to allow our broken peerdeps for now.
# This should be addressed properly by fixing our peerdeps.
- run: npm i -g npm@6
- uses: dhis2/action-semantic-release@master
with:
publish-npm: true
Expand Down

0 comments on commit 4d4fb40

Please sign in to comment.