Skip to content

Commit

Permalink
chore: remove cache of yarn (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
wainola authored Apr 3, 2024
1 parent a5d41f3 commit a1f35d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cf-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
- run: corepack enable
- run: yarn install --immutable
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cf-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
- run: corepack enable
- run: yarn install --immutable
Expand Down

0 comments on commit a1f35d1

Please sign in to comment.