mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Revert "bump CI node version"
This reverts commit 400b25f6bf.
Was hoping this would fix the protobuf build issues on win32; it did not.
This commit is contained in:
parent
400b25f6bf
commit
7643af00cd
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
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 12
|
||||
|
||||
- run: make develop
|
||||
if: matrix.BUILD_TYPE == 'build'
|
||||
|
|
|
|||
Loading…
Reference in a new issue