Skip to content

Commit

Permalink
add cache yarn option
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroji-fusky committed Aug 2, 2024
1 parent ba35479 commit d20563c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint-and-type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20

- name: Install Yarn globally
run: npm install -g yarn
cache: yarn

- name: Install dependencies
run: yarn install --no-lockfile --prefer-offline
Expand Down

0 comments on commit d20563c

Please sign in to comment.