Skip to content

Commit

Permalink
chore(.github): update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gwansikk committed Dec 12, 2024
1 parent 39620c6 commit 76d9780
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,15 @@ jobs:
with:
node-version: '20'
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
cache-dependency-path: |
**/yarn.lock
**/.yarn/cache
- name: Enable Yarn Berry
run: yarn set version berry
run: |
npm install -g corepack
corepack enable
yarn set version berry
- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 76d9780

Please sign in to comment.