From 48dfd8dd43fb27e4c97e5bc324854adb849fb0c1 Mon Sep 17 00:00:00 2001 From: Kai Vandivier Date: Wed, 11 Dec 2024 16:05:49 +0100 Subject: [PATCH] chore: revert "ci: node 14 on publish" This reverts commit 3eb746d9aab44ed91576f8bc1d55f9a0c1729339. --- .github/workflows/dhis2-verify-lib.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/dhis2-verify-lib.yml b/.github/workflows/dhis2-verify-lib.yml index f6fb077e..2407f474 100644 --- a/.github/workflows/dhis2-verify-lib.yml +++ b/.github/workflows/dhis2-verify-lib.yml @@ -81,11 +81,7 @@ jobs: token: ${{env.GH_TOKEN}} - uses: actions/setup-node@v1 with: - # Higher Node versions introduce npm > 7, which ends up - # changing yarn.lock when the semantic release action runs - # (specifically the `npm version` script). - # Apps need Node 18 to run, but aren't being run in this step - node-version: 14.x + node-version: 18.x - uses: actions/download-artifact@v4 with: