Skip to content

Commit

Permalink
fix: delete cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres23Ramirez committed May 23, 2024
1 parent f0269e2 commit a14150f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ jobs:
with:
node-version: '20.8.1'

- name: Cache dependencies
uses: actions/cache@v2
with:
path: |
~/.cache/yarn
**/node_modules
key: ${{ runner.os }}-build-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-build-
- name: Install Packages
run: yarn install --frozen-lockfile
shell: bash
Expand Down

0 comments on commit a14150f

Please sign in to comment.