Skip to content

Commit

Permalink
Merge pull request #1426 from dhis2/update-publish-wf
Browse files Browse the repository at this point in the history
ci: update publishing workflow
  • Loading branch information
ismay authored Nov 21, 2023
2 parents 4396a3f + 360d7a1 commit ec46f8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dhis2-verify-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,10 @@ jobs:
- uses: actions/checkout@v2
with:
token: ${{env.GH_TOKEN}}
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16
cache: 'yarn'

- uses: actions/download-artifact@v2
with:
Expand All @@ -145,7 +146,6 @@ jobs:
- run: ./scripts/extract-artifact.sh

# ensure that d2-app-scripts is available
- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile

- uses: dhis2/action-semantic-release@master
Expand Down

0 comments on commit ec46f8e

Please sign in to comment.