Skip to content

Commit

Permalink
fix: make sure to use yarn1
Browse files Browse the repository at this point in the history
  • Loading branch information
kabaros committed Aug 8, 2024
1 parent fee6e7e commit 626d395
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/dhis2-verify-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: c-hive/gha-yarn-cache@v1
- run: |
yarn install --frozen-lockfile
NODE_OPTIONS=--openssl-legacy-provider yarn setup
yarn setup
- name: Build
run: yarn build
Expand Down Expand Up @@ -175,7 +175,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'yarn'



- uses: actions/download-artifact@v2
with:
Expand All @@ -184,9 +185,11 @@ jobs:
- run: ./scripts/extract-artifact.sh

# ensure that d2-app-scripts is available
- run: yarn install --frozen-lockfile
- uses: c-hive/gha-yarn-cache@v1
- run: |
yarn install --frozen-lockfile
- uses: dhis2/action-semantic-release@node20
- uses: dhis2/action-semantic-release@master
with:
debug: true
publish-npm: true
Expand Down

0 comments on commit 626d395

Please sign in to comment.