Skip to content

Commit

Permalink
Remove cache: yarn (#416)
Browse files Browse the repository at this point in the history
* Remove `cache: yarn`

* Remove `cache: yarn`
  • Loading branch information
Acconut authored Dec 4, 2023
1 parent 4b38f15 commit 55d3462
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: yarn
- run: corepack enable
- run: corepack prepare
- run: yarn install
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: corepack enable
Expand Down

0 comments on commit 55d3462

Please sign in to comment.