Skip to content

Commit

Permalink
corepack-enable
Browse files Browse the repository at this point in the history
  • Loading branch information
dfinster committed Jul 16, 2024
1 parent c95bbc4 commit 18ae8be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
node-version: 20
cache: yarn
cache-dependency-path: './website/yarn.lock'
corepack-enable: true

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

Expand Down

0 comments on commit 18ae8be

Please sign in to comment.