mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
bump CI node version
This commit is contained in:
parent
c3f0ee5c97
commit
93c8e48cd4
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: 12
|
||||
node-version: 14
|
||||
|
||||
- run: make develop
|
||||
if: matrix.BUILD_TYPE == 'build'
|
||||
|
|
Loading…
Reference in a new issue