Skip to content

Commit

Permalink
chore: do not cache yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 29, 2022
1 parent d1fcbe9 commit 726afbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
ref: ${{ env.REF_BRANCH }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
cache: yarn
# with:
# cache: yarn
- name: Install
run: yarn --frozen-lockfile
- name: Update packages
Expand Down

0 comments on commit 726afbe

Please sign in to comment.