We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def6a0c commit 5bc3658Copy full SHA for 5bc3658
.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 lint
26
flow:
27
28
29
30
@@ -45,7 +45,7 @@ jobs:
45
- name: FlowType Check
46
run: yarn flow
47
tsc:
48
49
50
51
@@ -66,7 +66,7 @@ jobs:
66
- name: TypeScript type check
67
run: yarn type-check
68
android:
69
70
71
72
0 commit comments