diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c0d1d19..ef4d821 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,8 +21,9 @@ jobs: - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} + cache: 'yarn' - name: Install dependencies - run: yarn + run: yarn --frozen-lockfile - name: Run eslint run: yarn run eslint integration: @@ -37,6 +38,7 @@ jobs: - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} + cache: 'yarn' - name: Install dependencies plugin run: yarn --no-lockfile --unsafe-perm --production - name: Install dependencies playground