Skip to content

Commit

Permalink
add corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
dfinster committed Jul 16, 2024
1 parent 72938f2 commit c95bbc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
cache-dependency-path: './website/yarn.lock'

- name: Install dependencies
run: yarn install --frozen-lockfile
run: |
corepack enable
yarn install --frozen-lockfile
- name: Build website
run: yarn build

Expand Down

0 comments on commit c95bbc4

Please sign in to comment.