There was an error while loading. Please reload this page.
1 parent 93ba0c4 commit 89b444aCopy full SHA for 89b444a
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ on: pull_request
3
4
jobs:
5
lint:
6
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
node-version: [16]
@@ -24,7 +24,7 @@ jobs:
24
- name: ESLint Checks
25
run: yarn validate:eslint
26
flow:
27
28
29
30
@@ -45,7 +45,7 @@ jobs:
45
- name: Flow Checks
46
run: yarn validate:flow
47
tsc:
48
49
50
51
@@ -66,7 +66,7 @@ jobs:
66
- name: TypeScript type check
67
run: yarn validate:typescript
68
android:
69
70
71
72
0 commit comments