Skip to content

Commit

Permalink
remove custom cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere authored Jul 3, 2021
1 parent dd6f898 commit d465d7a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 12.x
- name: Get the Yarn cache directory
id: yarn-cache
run: |
echo "::set-output name=dir::$(yarn cache dir)"
- name: Cache Yarn dependencies
uses: actions/[email protected]
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
cache: yarn
- name: Install dependencies
run: |
yarn install
Expand Down

0 comments on commit d465d7a

Please sign in to comment.