Skip to content

Commit

Permalink
Drop caching for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Oct 2, 2023
1 parent 6aa114a commit 033cbbf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ jobs:
- name: Prepare repository
run: git fetch --unshallow --tags

- name: Cache node_modules
uses: actions/cache@v3
with:
path: node_modules
key: yarn-deps-${{ hashFiles('yarn.lock') }}

- name: Install dependencies
run: yarn install --ignore-scripts

Expand Down

0 comments on commit 033cbbf

Please sign in to comment.