Skip to content

Commit

Permalink
[🔨chore]: cicd시 yarn 캐싱 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
loevray committed Mar 31, 2024
1 parent 82bfa4a commit ecb7a6c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
always-auth: true # Always authenticate against npm registry
registry-url: https://registry.npmjs.org/
env:
COREPACK_ENABLED: true

- name: Install Yarn 4.1.0 with Corepack
run: yarn set version 4.1.0

- name: Set Yarn Version

- name: Set Yarn Version
run: |
yarn set version 4.1.0
Expand Down

0 comments on commit ecb7a6c

Please sign in to comment.