Skip to content

Commit

Permalink
[🔨chore]: cicd시 corepack설치방법 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
loevray committed Mar 31, 2024
1 parent ecb7a6c commit e6dc697
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
always-auth: true # Always authenticate against npm registry
registry-url: https://registry.npmjs.org/
env:
COREPACK_ENABLED: true

- name: Set Yarn Version

- name: Enable Corepack
run: corepack enable

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

0 comments on commit e6dc697

Please sign in to comment.