Skip to content

Commit

Permalink
👷 setup cache for yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Sep 22, 2024
1 parent 0a54449 commit 90eff6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/canary-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: yarn

- name: Prepare git
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: yarn

- name: Prepare git
run: |
Expand Down

0 comments on commit 90eff6b

Please # to comment.