From 6b6254e2aba9a4938eaea49c3d8ebc3b3a965f77 Mon Sep 17 00:00:00 2001 From: ismay Date: Wed, 10 Apr 2024 15:23:35 +0200 Subject: [PATCH] ci: update workflow node versions to 20 --- .github/workflows/dhis2-netlify-deploy-pr.yml | 2 +- .github/workflows/dhis2-netlify-deploy-production.yml | 2 +- .github/workflows/dhis2-verify-app.yml | 10 +++++----- .github/workflows/dhis2-verify-commits.yml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/dhis2-netlify-deploy-pr.yml b/.github/workflows/dhis2-netlify-deploy-pr.yml index 10257da2..bf00efa3 100644 --- a/.github/workflows/dhis2-netlify-deploy-pr.yml +++ b/.github/workflows/dhis2-netlify-deploy-pr.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'yarn' - run: yarn install --frozen-lockfile diff --git a/.github/workflows/dhis2-netlify-deploy-production.yml b/.github/workflows/dhis2-netlify-deploy-production.yml index 1112402b..6edbb5cf 100644 --- a/.github/workflows/dhis2-netlify-deploy-production.yml +++ b/.github/workflows/dhis2-netlify-deploy-production.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'yarn' - run: yarn install --frozen-lockfile diff --git a/.github/workflows/dhis2-verify-app.yml b/.github/workflows/dhis2-verify-app.yml index c58d5935..c6c74d8a 100644 --- a/.github/workflows/dhis2-verify-app.yml +++ b/.github/workflows/dhis2-verify-app.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'yarn' - run: yarn install --frozen-lockfile @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'yarn' - run: yarn install --frozen-lockfile @@ -70,7 +70,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'yarn' - run: yarn install --frozen-lockfile @@ -89,7 +89,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - name: End-to-End tests uses: cypress-io/github-action@v5 with: @@ -114,7 +114,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'yarn' - uses: actions/download-artifact@v2 diff --git a/.github/workflows/dhis2-verify-commits.yml b/.github/workflows/dhis2-verify-commits.yml index 500d40c3..3e25db88 100644 --- a/.github/workflows/dhis2-verify-commits.yml +++ b/.github/workflows/dhis2-verify-commits.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'yarn' - run: yarn install --frozen-lockfile - id: commitlint @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'yarn' - run: yarn install --frozen-lockfile - id: commitlint