Skip to content

Commit

Permalink
chore: restore yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
wainola committed Apr 3, 2024
1 parent 7557fab commit 751d105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cf-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ 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: 1 addition & 0 deletions .github/workflows/cf-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ 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 751d105

Please sign in to comment.