Skip to content

Commit

Permalink
ci: remove yarn cache from deploy workflow
Browse files Browse the repository at this point in the history
The yarn cache configuration has been removed from the GitHub Actions workflow
for deploying the project. This adjustment is necessary due to issues with
yarn's cache persistence across different actions in the workflow environment.
  • Loading branch information
dingyi222666 committed Sep 30, 2024
1 parent 2c5a674 commit 46f9c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn

- name: Enable corepack
run: corepack enable

Expand Down

0 comments on commit 46f9c24

Please sign in to comment.