Skip to content

Commit

Permalink
chore: fix node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Sep 22, 2024
1 parent b9eee32 commit fffda3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
build-docs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -119,6 +120,7 @@ jobs:
with:
node-version: 20
cache: yarn
cache-dependency-path: website/yarn.lock

- name: Setup pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit fffda3d

Please sign in to comment.