Skip to content

Commit

Permalink
Try caching yarn.
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasBerger committed Feb 5, 2025
1 parent 805489e commit e76a5a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'yarn'
- name: Yarn install
run: yarn install --frozen-lockfile
- name: Test
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'yarn'
- name: Yarn install
run: yarn install --frozen-lockfile
- name: Test
Expand Down

0 comments on commit e76a5a7

Please # to comment.