Skip to content

Commit

Permalink
do it earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
dfinster committed Jul 16, 2024
1 parent ebf22be commit 381b333
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Enable Corepack
run: corepack enable

- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
cache-dependency-path: './website/yarn.lock'

- name: Enable Corepack
run: corepack enable
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build website
Expand Down

0 comments on commit 381b333

Please sign in to comment.