diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8be5ee3..86619d8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,11 +15,11 @@ jobs: uses: actions/setup-node@v1 with: node-version: 12 - # - name: Restore node_modules cache - # uses: actions/cache@v2 - # with: - # path: '**/node_modules' - # key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} + - name: Restore node_modules cache + uses: actions/cache@v2 + with: + path: '**/node_modules' + key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} - name: Install dependencies run: yarn ci - name: run linter