diff --git a/.github/workflows/pull_request_ci.yml b/.github/workflows/pull_request_ci.yml index c793907b9..c682d3bba 100644 --- a/.github/workflows/pull_request_ci.yml +++ b/.github/workflows/pull_request_ci.yml @@ -54,7 +54,7 @@ jobs: uses: actions/setup-node@v2 if: steps.core_diff.outcome != 'success' && (steps.no_thoth_core_label.outcome == 'success' || contains(github.event.pull_request.labels.*.name, 'thoth-core')) with: - node-version: '14.17.6' + node-version: '16.14.0' - name: Install Dependencies run: yarn install diff --git a/.github/workflows/thoth-core-release.yml b/.github/workflows/thoth-core-release.yml index 8d44c26f8..538db89b9 100644 --- a/.github/workflows/thoth-core-release.yml +++ b/.github/workflows/thoth-core-release.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '14.17.6' + node-version: '16.14.0' - name: git setup run: | git config --global user.name 'Thoth CI'