From f989c639c82fea4323625d4982b0aa846b2d717d Mon Sep 17 00:00:00 2001 From: Shiroki Satsuki Date: Wed, 10 Jan 2024 07:49:15 -0800 Subject: [PATCH] ci: cache yarn --- .github/workflows/app.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 26ab5676fb7..5fc1c911b48 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -57,6 +57,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 + cache: 'yarn' - name: install Rust stable uses: dtolnay/rust-toolchain@stable with: