mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
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:
parent
93c8e48cd4
commit
ee204aa3e2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -275,7 +275,7 @@ jobs:
|
||||||
- name: Set up node
|
- name: Set up node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 12
|
||||||
|
|
||||||
- run: make develop
|
- run: make develop
|
||||||
if: matrix.BUILD_TYPE == 'build'
|
if: matrix.BUILD_TYPE == 'build'
|
||||||
|
|
Loading…
Reference in a new issue