There was an error while loading. Please reload this page.
1 parent ff41ebb commit bfa40beCopy full SHA for bfa40be
1 file changed
.github/workflows/ci.yaml
@@ -20,6 +20,7 @@ jobs:
20
uses: actions/setup-node@v6
21
with:
22
node-version: ${{ matrix.node-version }}
23
+ cache: "yarn"
24
- name: Install
25
run: yarn install --immutable
26
- run: yarn test
@@ -36,6 +37,7 @@ jobs:
36
37
38
39
40
41
42
43
- run: yarn prettier --check 'api/**/*'
@@ -52,6 +54,7 @@ jobs:
52
54
53
55
56
57
58
59
60
- run: yarn lint
@@ -68,6 +71,7 @@ jobs:
68
71
69
72
70
73
74
75
76
77
- run: CI=false yarn build
0 commit comments