diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 61c6f54b..0b5e9855 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,8 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2.2.0 + with: + cache: 'yarn' - name: Install run: yarn install --frozen-lockfile