Skip to content

Commit

Permalink
💚 (page) Fix github action on building website
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadrien Froger committed Nov 19, 2024
1 parent 98b8853 commit 67e8f29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Enable Corepack
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
node-version: 18.20
- name: Install dependencies
working-directory: website
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 67e8f29

Please sign in to comment.