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