Skip to content

Commit

Permalink
Remove cach from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Corantin committed Aug 23, 2023
1 parent 49dcef7 commit 69f5de8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
- name: Cache yarn modules
uses: actions/cache@v2
with:
path: "**/node_modules"
key: yarn-${{ hashFiles('yarn.lock') }}
- name: Install dependencies
run: yarn install
- name: Lint
Expand Down

0 comments on commit 69f5de8

Please sign in to comment.