Skip to content

Commit

Permalink
ci: add yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jul 6, 2023
1 parent d115802 commit c6d09f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: latest
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Lint
Expand All @@ -40,6 +41,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Install webpack ${{ matrix.webpack-version }}
Expand Down

0 comments on commit c6d09f0

Please sign in to comment.