From f092221895baf238449a538c05ab0117ab166245 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Thu, 4 Apr 2024 16:15:50 +0200 Subject: [PATCH] Cache yarn in CI again --- .github/workflows/ci.yml | 2 +- .gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23bd962e41..a87ba718ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: node-version: 10.x - name: Get yarn cache directory path id : yarn-cache-dir-path - run : echo "##[set-output name=dir;]$(yarn cache dir)" + run : echo "##[set-output name=dir;].yarn" - uses: actions/cache@v2 with: path : ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.gitignore b/.gitignore index 733bcddf4c..afcf07a960 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,4 @@ scripts/main.js.map website/public website/db.json website/.deploy_git -.yarn/install-state.gz +.yarn/