Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
fix: yarn version for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
sircharlo committed Oct 15, 2024
1 parent 1ef9ef6 commit a037af3
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,25 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
- name: Setup target Node.js to enable Corepack
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: |
corepack enable
yarn -v
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- run: |
yarn -v
# - name: Setup Node
# uses: actions/setup-node@v4
# with:
# node-version: 20
# cache: yarn
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
Expand Down

0 comments on commit a037af3

Please sign in to comment.