From f443577cafb7d57316837b7e58424a568e8e3c92 Mon Sep 17 00:00:00 2001 From: Codebot Date: Sun, 20 Feb 2022 07:11:56 -0800 Subject: [PATCH 1/2] Update CI node version to 16 Some of our dependencies require node 16, so we need to update --- .github/workflows/pull_request_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 771dcb996f050ef9d9533e676c5f5e4ec7189de6 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 10 Mar 2022 20:10:38 -0800 Subject: [PATCH 2/2] Update thoth-core-release.yml --- .github/workflows/thoth-core-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'