Skip to content

Commit

Permalink
ci: 👷 :del: yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 13, 2020
1 parent 1227509 commit 23b501f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Get yarn cache
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"

- uses: actions/cache@v1
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Install Dependencies
run: yarn
- name: Lint
Expand Down

0 comments on commit 23b501f

Please sign in to comment.