From ee204aa3e27ebc2d81e375ca340857b73a6ff370 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 29 Jun 2020 17:42:19 +1000 Subject: [PATCH] Revert "bump CI node version" This reverts commit 93c8e48cd425bac209c9c42b903599e8f568858b. Was hoping this would fix the protobuf build issues on win32; it did not. --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 76ddbf9bf..41798472e 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -275,7 +275,7 @@ jobs: - name: Set up node uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 12 - run: make develop if: matrix.BUILD_TYPE == 'build'