From 4d4fb40afd945ad3f78c943e24c3ed702cd4ce31 Mon Sep 17 00:00:00 2001 From: Jan-Gerke Salomon Date: Fri, 10 May 2024 16:25:33 +0800 Subject: [PATCH] fix: use npm version 6 for semantic release action in publish step (#1499) Co-authored-by: ismay --- .github/workflows/dhis2-verify-lib.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dhis2-verify-lib.yml b/.github/workflows/dhis2-verify-lib.yml index b66dd7c29d..58143965d6 100644 --- a/.github/workflows/dhis2-verify-lib.yml +++ b/.github/workflows/dhis2-verify-lib.yml @@ -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