diff --git a/.github/workflows/dhis2-netlify-deploy-pr.yml b/.github/workflows/dhis2-netlify-deploy-pr.yml index e801011c..10257da2 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: 16 + node-version: 18 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 dd7dde13..1112402b 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: 16 + node-version: 18 cache: 'yarn' - run: yarn install --frozen-lockfile diff --git a/.github/workflows/dhis2-verify-app.yml b/.github/workflows/dhis2-verify-app.yml index e5e0cd07..0d01652f 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: 16 + node-version: 18 cache: 'yarn' - run: yarn install --frozen-lockfile @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: 'yarn' - run: yarn install --frozen-lockfile @@ -70,7 +70,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: 'yarn' - run: yarn install --frozen-lockfile @@ -113,7 +113,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: 'yarn' - uses: actions/download-artifact@v2 diff --git a/.github/workflows/dhis2-verify-commits.yml b/.github/workflows/dhis2-verify-commits.yml index a8600bb2..500d40c3 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: 16 + node-version: 18 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: 16 + node-version: 18 cache: 'yarn' - run: yarn install --frozen-lockfile - id: commitlint