Skip to content

Commit bfa40be

Browse files
committed
chore: add cache: 'yarn'
1 parent ff41ebb commit bfa40be

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/setup-node@v6
2121
with:
2222
node-version: ${{ matrix.node-version }}
23+
cache: "yarn"
2324
- name: Install
2425
run: yarn install --immutable
2526
- run: yarn test
@@ -36,6 +37,7 @@ jobs:
3637
uses: actions/setup-node@v6
3738
with:
3839
node-version: ${{ matrix.node-version }}
40+
cache: "yarn"
3941
- name: Install
4042
run: yarn install --immutable
4143
- run: yarn prettier --check 'api/**/*'
@@ -52,6 +54,7 @@ jobs:
5254
uses: actions/setup-node@v6
5355
with:
5456
node-version: ${{ matrix.node-version }}
57+
cache: "yarn"
5558
- name: Install
5659
run: yarn install --immutable
5760
- run: yarn lint
@@ -68,6 +71,7 @@ jobs:
6871
uses: actions/setup-node@v6
6972
with:
7073
node-version: ${{ matrix.node-version }}
74+
cache: "yarn"
7175
- name: Install
7276
run: yarn install --immutable
7377
- run: CI=false yarn build

0 commit comments

Comments
 (0)