From 0716b087ffac5f3917fcdcec375bfac2e3460559 Mon Sep 17 00:00:00 2001 From: ismay Date: Wed, 17 Apr 2024 15:31:15 +0200 Subject: [PATCH] ci: update node versions to 20 --- .github/workflows/dhis2-verify-node.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dhis2-verify-node.yml b/.github/workflows/dhis2-verify-node.yml index cbe9d94f..4d68c90a 100755 --- a/.github/workflows/dhis2-verify-node.yml +++ b/.github/workflows/dhis2-verify-node.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12.x + node-version: 20.x - uses: c-hive/gha-yarn-cache@v1 - run: yarn install --frozen-lockfile @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12.x + node-version: 20.x - uses: c-hive/gha-yarn-cache@v1 - run: yarn install --frozen-lockfile @@ -58,7 +58,7 @@ jobs: token: ${{secrets.DHIS2_BOT_GITHUB_TOKEN}} - uses: actions/setup-node@v2 with: - node-version: 12.x + node-version: 20.x - uses: c-hive/gha-yarn-cache@v1 - run: yarn install --frozen-lockfile