From 84185c947bf4c180eaf2e478552cc3ae0b880014 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Fri, 16 Jul 2021 21:46:07 -0700 Subject: [PATCH] cache yarn between gh actions runs --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ddaf2e..8934add 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,7 @@ jobs: uses: actions/setup-node@master with: node-version: 16.x + cache: yarn - name: Install dependencies run: yarn install --prod --pure-lockfile - name: Lint