Skip to content

Commit

Permalink
[🔨chore]: yarn 캐싱 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
loevray committed Apr 2, 2024
1 parent 2745520 commit ff5f2c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/buildTest.yaml
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: 20
cache: yarn

- name: Enable Corepack
run: corepack enable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
yarn set version 4.1.1
- name: Install dependencies
run: yarn install
run: yarn install --immutable

- name: Build with yarn
run: yarn run build
Expand Down

0 comments on commit ff5f2c8

Please sign in to comment.