Skip to content

Commit

Permalink
remove yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
CreatedByBdr committed Sep 17, 2023
1 parent 297b561 commit 8ddfc0c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,6 @@ jobs:
node-version: 18
cache: yarn

- name: Cache dependencies
uses: actions/cache@v3
with:
path: |
.yarn/cache
.yarn/install-state.gz
.eslintcache
**/tsconfig.tsbuildinfo
**/.types/**
**/.types-*/**
key: build-cache-${{ hashFiles('yarn.lock') }}
restore-keys: |
build-cache-
- name: Install dependencies
run: yarn

Expand Down

0 comments on commit 8ddfc0c

Please sign in to comment.