Skip to content

Commit e26385e

Browse files
committed
Merge branch 'master' of github.com:FlyBrainLab/NeuroMynerva
2 parents 14fa529 + 2a2fc24 commit e26385e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install node
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: '10.x'
18+
node-version: '12'
1919
- name: Install Python
2020
uses: actions/setup-python@v1
2121
with:
@@ -26,4 +26,4 @@ jobs:
2626
- name: Lint TypeScript
2727
run: |
2828
jlpm
29-
jlpm run eslint:check
29+
jlpm run eslint:check

0 commit comments

Comments
 (0)