Skip to content

Commit b12fd87

Browse files
committed
chore: add cache for build ci
1 parent 68b6a39 commit b12fd87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
- uses: actions/checkout@v4
4242
with:
4343
fetch-depth: 0
44+
- uses: actions/setup-node@v3
45+
with:
46+
node-version-file: .node-version
47+
cache: "yarn"
4448
- name: Install
4549
run: yarn install
4650
- id: setup_pages

0 commit comments

Comments
 (0)