From 360d7a1e87778257a2edccfba3f1a0812e637149 Mon Sep 17 00:00:00 2001 From: ismay Date: Tue, 21 Nov 2023 15:06:06 +0100 Subject: [PATCH] ci: update publishing workflow --- .github/workflows/dhis2-verify-lib.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dhis2-verify-lib.yml b/.github/workflows/dhis2-verify-lib.yml index b8ba5db2ed..2799cd8d78 100644 --- a/.github/workflows/dhis2-verify-lib.yml +++ b/.github/workflows/dhis2-verify-lib.yml @@ -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: @@ -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