Skip to content

Commit a845405

Browse files
committed
chore: ci
1 parent 2bb2187 commit a845405

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
uses: actions/setup-node@v4
1313
with:
1414
node-version: 20
15+
cache: "yarn"
1516
- name: Install
1617
run: yarn --frozen-lockfile
1718
- name: Build

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
uses: actions/setup-node@v4
1313
with:
1414
node-version: 20
15+
cache: "yarn"
1516
- name: Install
1617
run: yarn --frozen-lockfile
1718
- name: Lint

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/setup-node@v4
2020
with:
2121
node-version: 20
22+
cache: "yarn"
2223
- name: Install
2324
run: yarn --frozen-lockfile
2425
- name: Bundle

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
uses: actions/setup-node@v4
1313
with:
1414
node-version: 20
15+
cache: "yarn"
1516
- name: Install
1617
run: yarn --frozen-lockfile
1718
- name: Test

0 commit comments

Comments
 (0)