Revert "bump CI node version"

This reverts commit 93c8e48cd4.

Was hoping this would fix the protobuf build issues on win32; it did not.
This commit is contained in:
Damien Elmes 2020-06-29 17:42:19 +10:00
parent 93c8e48cd4
commit ee204aa3e2

View File

@ -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'