Skip to content

Commit

Permalink
fix(deps): use npm v6 before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Dec 11, 2024
1 parent c3ba963 commit 01ad502
Show file tree
Hide file tree
Showing 2 changed files with 573 additions and 750 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dhis2-verify-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ jobs:
- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile

# If npm > v7, the semantic release action below modifies yarn.lock
# upon release (since it runs `npm version ___`)
- run: npm install -g npm@^6

- uses: dhis2/action-semantic-release@master
with:
publish-npm: true
Expand Down
Loading

0 comments on commit 01ad502

Please sign in to comment.