From 215bb60d83ded6058bdd71f87b5a7e5b61e56548 Mon Sep 17 00:00:00 2001 From: Guusvanmeerveld Date: Thu, 24 Mar 2022 21:11:17 +0100 Subject: [PATCH] Added yarn cache to Github actions --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 32e31c6..3d30413 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,6 +24,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: "16.x" + cache: "yarn" - name: Install npm dependencies run: yarn install @@ -55,6 +56,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: "16.x" + cache: "yarn" - name: Install npm dependencies run: yarn install