Skip to content

Commit

Permalink
ci: enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbae0 committed Feb 14, 2024
1 parent 014ec3e commit 87f0236
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
corepack-enable: true
cache: yarn

- uses: Enable corepack
with: |
corepack enable
corepack prepare yarn@4.1.0 --activate
yarn set version 4.1.0
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build website
Expand Down

0 comments on commit 87f0236

Please sign in to comment.